Skip to content

Commit 053730f

Browse files
Makefile: delete non-used recipe
1 parent 8539bcd commit 053730f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ $(addprefix $(BUILD_DIR)/,%.o): $(BUILD_DIR)/%.c
5151
@echo "CC $^"
5252
$(Q) arm-none-eabi-gcc $(CFLAGS) $(SFLAGS) -c $^ -o $@
5353

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-
5854
.PRECIOUS: $(BUILD_DIR)/icon.c
5955
$(BUILD_DIR)/icon.c: src/icon.png | $(BUILD_DIR)
6056
@echo "INLINE $<"

0 commit comments

Comments
 (0)