From 2edeb5612a3770c5ecd8b43b2826ed1dd2dcc376 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 17 Oct 2010 11:40:39 +0000 Subject: [PATCH] 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 --- apps/plugins/plugins.make | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index ed432d92be..30cf26f621 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -33,6 +33,7 @@ PLUGIN_LDS := $(APPSDIR)/plugins/plugin.lds PLUGINLINK_LDS := $(BUILDDIR)/apps/plugins/plugin.link OVERLAYREF_LDS := $(BUILDDIR)/apps/plugins/overlay_ref.link endif +OTHER_SRC += $(ROOTDIR)/apps/plugins/plugin_crt0.c PLUGIN_CRT0 := $(BUILDDIR)/apps/plugins/plugin_crt0.o # multifile plugins (subdirs): PLUGINSUBDIRS := $(call preprocess, $(APPSDIR)/plugins/SUBDIRS)