summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index e3364d4387..966d9e048d 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -24,7 +24,7 @@ all: $(TOOLSDIR)/convbdf $(OUTPUT) $(EXTRA_TARGETS)
24dep: $(DEPFILE) 24dep: $(DEPFILE)
25 25
26$(TOOLSDIR)/convbdf: 26$(TOOLSDIR)/convbdf:
27 $(MAKE) -C $(TOOLSDIR) 27 $(MAKE) CC=gcc LD=ld -C $(TOOLSDIR)
28 28
29$(OUTPUT): $(OBJS) $(DEPFILE) 29$(OUTPUT): $(OBJS) $(DEPFILE)
30 @echo "AR $@" 30 @echo "AR $@"