From f9b44900669c8af2b7a101d201c43beec2bc89dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Feb 2003 09:41:57 +0000 Subject: Include File Cleanup And Move-Around Party 2003. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3213 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 73bb8e9..5f637bb 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -13,7 +13,7 @@ AR = sh-elf-ar AS = sh-elf-as OC = sh-elf-objcopy -INCLUDES=-Iinclude -I. -Icommon -Idrivers +INCLUDES=-Iinclude -I. -Iexport -Icommon -Idrivers TOOLSDIR = ../tools @@ -69,7 +69,7 @@ clean: rm -rf $(OBJDIR)/$(DEPS) # Special targets -$(OBJDIR)/thread.o: thread.c thread.h +$(OBJDIR)/thread.o: thread.c export/thread.h $(CC) -c -O -fomit-frame-pointer $(CFLAGS) $< -o $@ $(OBJDIR)/sysfont.o: fonts/clR6x8.bdf -- cgit v1.1