diff options
author | Ron Yorston <rmy@pobox.com> | 2021-03-01 11:48:04 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-03-01 11:48:04 +0000 |
commit | e2e8e16b465d34759678b8170c44ce62c5b74eb0 (patch) | |
tree | abc31e3e2c1d0de089ae5e1e6d37672394757af9 /Makefile | |
parent | b5cd41cdf4e6afd475fe34b755f99578e20b08ca (diff) | |
parent | 9b6bcfda0e11c0e73a966a77110f6c68425cff34 (diff) | |
download | busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.tar.gz busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.tar.bz2 busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.zip |
Merge branch 'busybox' into merge
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 |