mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28298 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3ebb88428f
commit
2edeb5612a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ PLUGIN_LDS := $(APPSDIR)/plugins/plugin.lds
|
||||||
PLUGINLINK_LDS := $(BUILDDIR)/apps/plugins/plugin.link
|
PLUGINLINK_LDS := $(BUILDDIR)/apps/plugins/plugin.link
|
||||||
OVERLAYREF_LDS := $(BUILDDIR)/apps/plugins/overlay_ref.link
|
OVERLAYREF_LDS := $(BUILDDIR)/apps/plugins/overlay_ref.link
|
||||||
endif
|
endif
|
||||||
|
OTHER_SRC += $(ROOTDIR)/apps/plugins/plugin_crt0.c
|
||||||
PLUGIN_CRT0 := $(BUILDDIR)/apps/plugins/plugin_crt0.o
|
PLUGIN_CRT0 := $(BUILDDIR)/apps/plugins/plugin_crt0.o
|
||||||
# multifile plugins (subdirs):
|
# multifile plugins (subdirs):
|
||||||
PLUGINSUBDIRS := $(call preprocess, $(APPSDIR)/plugins/SUBDIRS)
|
PLUGINSUBDIRS := $(call preprocess, $(APPSDIR)/plugins/SUBDIRS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue