We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8539bcd commit 053730fCopy full SHA for 053730f
Makefile
@@ -51,10 +51,6 @@ $(addprefix $(BUILD_DIR)/,%.o): $(BUILD_DIR)/%.c
51
@echo "CC $^"
52
$(Q) arm-none-eabi-gcc $(CFLAGS) $(SFLAGS) -c $^ -o $@
53
54
-# This recipe is needed to get _eadk_start assembly
55
-#start.o: eadk/start.c
56
-# arm-none-eabi-gcc -Os -Wall -MD -MP -ggdb3 -mthumb -mfloat-abi=hard -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-sp-d16 -fno-common -fdata-sections -ffunction-sections -fno-exceptions -ffreestanding -c eadk/start.c
57
-
58
.PRECIOUS: $(BUILD_DIR)/icon.c
59
$(BUILD_DIR)/icon.c: src/icon.png | $(BUILD_DIR)
60
@echo "INLINE $<"
0 commit comments