From 21bca65d0498de4f6c3f45f768e564d733313124 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 28 Oct 2009 22:48:22 +0000 Subject: Add Lua support to plugins Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23386 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugins.make | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index c4fe43c007..4c20a84835 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -15,6 +15,8 @@ ROCKS1 := $(subst $(ROOTDIR),$(BUILDDIR),$(ROCKS1)) ROCKS := $(ROCKS1) +ROCKS1 := $(ROCKS1:%.lua=) + # libplugin.a PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES) @@ -96,6 +98,9 @@ else $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@ endif +$(BUILDDIR)/apps/plugins/%.lua: $(ROOTDIR)/apps/plugins/%.lua + $(call PRINTS,CP $(subst $(ROOTDIR)/,,$<))cp $< $(BUILDDIR)/apps/plugins/ + $(BUILDDIR)/%.refmap: $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGINLIB) $(PLUGINBITMAPLIB) $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \ $(filter %.o, $^) \ -- cgit v1.2.3