fix the Makefile to provide the correct include path so that SOURCES work

properly and the correct languages are built...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16349 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2008-02-18 21:36:46 +00:00
parent 8308d1b305
commit 33048907d4
2 changed files with 10 additions and 3 deletions

View file

@ -7,6 +7,9 @@
# $Id$
#
INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
-I. -I$(BUILDDIR) -I$(OBJDIR)
# the header we generate
HEADER = $(BUILDDIR)/max_language_size.h