mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19756 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bbd33a0a7d
commit
52320b83c0
14 changed files with 12 additions and 11 deletions
|
@ -32,7 +32,7 @@ $(foreach dir,$(PLUGINSUBDIRS),$(eval include $(dir)/$(notdir $(dir)).make))
|
|||
PLUGIN_LDS := $(APPSDIR)/plugins/plugin.lds
|
||||
PLUGINLINK_LDS := $(BUILDDIR)/apps/plugins/plugin.link
|
||||
|
||||
OTHER_INC += -I$(APPSDIR)/plugins
|
||||
OTHER_INC += -I$(APPSDIR)/plugins -I$(APPSDIR)/plugins/lib
|
||||
|
||||
# special compile flags for plugins:
|
||||
PLUGINFLAGS = -I$(APPSDIR)/plugins -DPLUGIN $(CFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue