diff --git a/firmware/Makefile b/firmware/Makefile index 22f342a259..636f48094a 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -27,8 +27,6 @@ AFLAGS += -small -relax SRC := $(wildcard *.c) OBJS := $(SRC:%.c=%.o) -OBJS := button.o chartables.o lcd.o led.o serial.o system.o ata.o kernel.o - %.o: %.s $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<