diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules b/Rules index b6215f59e0..640a2fe716 100644 --- a/Rules +++ b/Rules @@ -89,7 +89,8 @@ endif ifneq "$(strip $(others) $(tests))" "" $(addprefix $(objpfx),$(others) $(tests)): %: %.o \ - $(sort $(filter $(common-objpfx)libc%,$(link-libc))) + $(sort $(filter $(common-objpfx)libc%,$(link-libc))) \ + $(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit) $(+link) endif |