There was an error while loading. Please reload this page.
1 parent 995f1a3 commit 72cfd91Copy full SHA for 72cfd91
SW/progs/demo/serial_out/Makefile
@@ -37,7 +37,7 @@ $(BUILD)/$(TARGET).o: $(SRC)
37
$(CC) $(CFLAGS) -I$(dir $<) -c $< -o $@
38
39
%.o: %.S
40
-$(MAKE) -C $(dir $<) $(BUILD)/$(notdir $@)
+$(MAKE) MCU=$(MCU) BUILD=$(BUILD) -C $(dir $<) $(BUILD)/$(notdir $@)
41
#$(CC) $(CFLAGS) -I$(dir $<) -c $< -o $@
42
43
$(BUILD)/$(TARGET).hex: $(BUILD)/$(TARGET).elf
0 commit comments