diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ endif | |||
296 | 296 | ||
297 | endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y) | 297 | endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y) |
298 | 298 | ||
299 | busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(libraries-y) | 299 | busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(APPLET_SRC) $(libraries-y) |
300 | $(do_link) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) \ | 300 | $(do_link) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) \ |
301 | -o $@ -Wl,--start-group \ | 301 | -o $@ -Wl,--start-group \ |
302 | $(APPLETS_DEFINE) $(APPLET_SRC) \ | 302 | $(APPLETS_DEFINE) $(APPLET_SRC) \ |