forked from len0rd/rockbox
Moved the X5 button driver to the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81537d49df
commit
c849219370
18 changed files with 241 additions and 157 deletions
|
@ -10,7 +10,7 @@
|
|||
# ../.. for the plugin.h in the apps dir
|
||||
# .. for stuff in the plugins dir
|
||||
# . for stuff in the pluginlib dir
|
||||
INCLUDES=-I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
|
||||
INCLUDES=-I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
|
||||
-I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(BUILDDIR)
|
||||
|
||||
ifdef APPEXTRA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue