mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
8308d1b305
commit
33048907d4
2 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue