diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -611,7 +611,7 @@ quiet_cmd_busybox__ ?= LINK $@ | |||
611 | "$(core-y)" \ | 611 | "$(core-y)" \ |
612 | "$(libs-y)" \ | 612 | "$(libs-y)" \ |
613 | "$(LDLIBS)" \ | 613 | "$(LDLIBS)" \ |
614 | && $(srctree)/scripts/generate_BUFSIZ.sh include/common_bufsiz.h | 614 | && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h |
615 | 615 | ||
616 | # Generate System.map | 616 | # Generate System.map |
617 | quiet_cmd_sysmap = SYSMAP | 617 | quiet_cmd_sysmap = SYSMAP |