summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 636f48094a..22f342a259 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -27,6 +27,8 @@ 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
30%.o: %.s 32%.o: %.s
31 $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< 33 $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $<
32 34