diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -278,6 +278,7 @@ endif # CONFIG_FEATURE_FULL_LIBBUSYBOX | |||
278 | APPLET_SRC:=$(APPLET_SRC-y) | 278 | APPLET_SRC:=$(APPLET_SRC-y) |
279 | APPLETS_DEFINE:=$(APPLETS_DEFINE-y) | 279 | APPLETS_DEFINE:=$(APPLETS_DEFINE-y) |
280 | else # CONFIG_BUILD_AT_ONCE | 280 | else # CONFIG_BUILD_AT_ONCE |
281 | APPLET_SRC:= | ||
281 | # no --combine, build archives out of the individual .o | 282 | # no --combine, build archives out of the individual .o |
282 | # This was the old way the binary was built. | 283 | # This was the old way the binary was built. |
283 | libbusybox-obj:=archival/libunarchive/libunarchive.a \ | 284 | libbusybox-obj:=archival/libunarchive/libunarchive.a \ |