summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
1 files changed, 0 insertions, 2 deletions
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
27SRC := $(wildcard *.c) 27SRC := $(wildcard *.c)
28OBJS := $(SRC:%.c=%.o) 28OBJS := $(SRC:%.c=%.o)
29 29
30OBJS := button.o chartables.o lcd.o led.o serial.o system.o ata.o kernel.o
31
32%.o: %.s 30%.o: %.s
33 $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< 31 $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
34 32