aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75a33c1fb..d5950230d 100644
--- a/Makefile
+++ b/Makefile
@@ -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
617quiet_cmd_sysmap = SYSMAP 617quiet_cmd_sysmap = SYSMAP