summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 73bb8e9819..5f637bb907 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -13,7 +13,7 @@ AR = sh-elf-ar
13AS = sh-elf-as 13AS = sh-elf-as
14OC = sh-elf-objcopy 14OC = sh-elf-objcopy
15 15
16INCLUDES=-Iinclude -I. -Icommon -Idrivers 16INCLUDES=-Iinclude -I. -Iexport -Icommon -Idrivers
17 17
18TOOLSDIR = ../tools 18TOOLSDIR = ../tools
19 19
@@ -69,7 +69,7 @@ clean:
69 rm -rf $(OBJDIR)/$(DEPS) 69 rm -rf $(OBJDIR)/$(DEPS)
70 70
71# Special targets 71# Special targets
72$(OBJDIR)/thread.o: thread.c thread.h 72$(OBJDIR)/thread.o: thread.c export/thread.h
73 $(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@ 73 $(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@
74 74
75$(OBJDIR)/sysfont.o: fonts/clR6x8.bdf 75$(OBJDIR)/sysfont.o: fonts/clR6x8.bdf