diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -571,6 +571,7 @@ quiet_cmd_busybox__ ?= LINK $@ | |||
571 | cmd_busybox__ ?= $(srctree)/scripts/trylink \ | 571 | cmd_busybox__ ?= $(srctree)/scripts/trylink \ |
572 | "$@" \ | 572 | "$@" \ |
573 | "$(CC)" \ | 573 | "$(CC)" \ |
574 | "$(CFLAGS)" \ | ||
574 | "$(LDFLAGS) $(EXTRA_LDFLAGS)" \ | 575 | "$(LDFLAGS) $(EXTRA_LDFLAGS)" \ |
575 | "$(core-y)" \ | 576 | "$(core-y)" \ |
576 | "$(libs-y)" \ | 577 | "$(libs-y)" \ |