diff options
Diffstat (limited to 'apps/plugins/pdbox/pdbox.make')
-rw-r--r-- | apps/plugins/pdbox/pdbox.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pdbox/pdbox.make b/apps/plugins/pdbox/pdbox.make index d39d9fde1e..d2c836f513 100644 --- a/apps/plugins/pdbox/pdbox.make +++ b/apps/plugins/pdbox/pdbox.make | |||
@@ -22,7 +22,7 @@ $(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) $(MPEG_OBJ) $(CODECDIR)/libtlsf.a | |||
22 | 22 | ||
23 | PDBOXFLAGS = $(PLUGINFLAGS) | 23 | PDBOXFLAGS = $(PLUGINFLAGS) |
24 | PDBOXLDFLAGS = $(PLUGINLDFLAGS) | 24 | PDBOXLDFLAGS = $(PLUGINLDFLAGS) |
25 | ifdef SIMVER | 25 | ifdef APP_TYPE |
26 | PDBOXLDFLAGS += -lm | 26 | PDBOXLDFLAGS += -lm |
27 | endif | 27 | endif |
28 | 28 | ||
@@ -36,7 +36,7 @@ $(PDBOXBUILDDIR)/pdbox.rock: | |||
36 | $(filter %.o, $^) \ | 36 | $(filter %.o, $^) \ |
37 | $(filter %.a, $+) \ | 37 | $(filter %.a, $+) \ |
38 | -lgcc $(PDBOXLDFLAGS) | 38 | -lgcc $(PDBOXLDFLAGS) |
39 | ifdef SIMVER | 39 | ifdef APP_TYPE |
40 | $(SILENT)cp $*.elf $@ | 40 | $(SILENT)cp $*.elf $@ |
41 | else | 41 | else |
42 | $(SILENT)$(OC) -O binary $*.elf $@ | 42 | $(SILENT)$(OC) -O binary $*.elf $@ |