summaryrefslogtreecommitdiffstats
path: root/make/custom/efi68k.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/efi68k.cfg')
-rw-r--r--make/custom/efi68k.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg
index da24446a9a..8b8e6e6554 100644
--- a/make/custom/efi68k.cfg
+++ b/make/custom/efi68k.cfg
@@ -55,7 +55,7 @@ define make-exe
endef
else
define make-exe
- $(LINK.c) $(LDLIBS) -o $(basename $@).nxe \
+ $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i
$(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \