summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index e3364d4..966d9e0 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -24,7 +24,7 @@ all: $(TOOLSDIR)/convbdf $(OUTPUT) $(EXTRA_TARGETS)
dep: $(DEPFILE)
$(TOOLSDIR)/convbdf:
- $(MAKE) -C $(TOOLSDIR)
+ $(MAKE) CC=gcc LD=ld -C $(TOOLSDIR)
$(OUTPUT): $(OBJS) $(DEPFILE)
@echo "AR $@"