summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/Makefile')
-rw-r--r--apps/plugins/lua/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/lua/Makefile b/apps/plugins/lua/Makefile
index 8568d79c4c..dcf2910c36 100644
--- a/apps/plugins/lua/Makefile
+++ b/apps/plugins/lua/Makefile
@@ -28,13 +28,8 @@ OBJS = $(patsubst %.S, $(OBJDIR)/%.o, $(OBJS2))
28DIRS = . 28DIRS = .
29 29
30ifndef APP_TYPE 30ifndef APP_TYPE
31ifneq (,$(strip $(foreach tgt,RECORDER ONDIO,$(findstring $(tgt),$(TARGET)))))
32 LDS := archos.lds
33 OUTPUT = $(OUTDIR)/lua.ovl
34else ## iRiver/iPod/... targets
35 LDS := ../plugin.lds 31 LDS := ../plugin.lds
36 OUTPUT = $(OUTDIR)/lua.rock 32 OUTPUT = $(OUTDIR)/lua.rock
37endif
38else ## simulators 33else ## simulators
39 OUTPUT = $(OUTDIR)/lua.rock 34 OUTPUT = $(OUTDIR)/lua.rock
40endif 35endif