diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -625,6 +625,7 @@ quiet_cmd_busybox__ ?= LINK $@ | |||
625 | "$(core-y)" \ | 625 | "$(core-y)" \ |
626 | "$(libs-y)" \ | 626 | "$(libs-y)" \ |
627 | "$(LDLIBS)" \ | 627 | "$(LDLIBS)" \ |
628 | "$(CONFIG_EXTRA_LDLIBS)" \ | ||
628 | && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h | 629 | && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h |
629 | 630 | ||
630 | # Generate System.map | 631 | # Generate System.map |