summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/root.make b/tools/root.make
index 2b4dfb6bb2..e53c452022 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -24,7 +24,7 @@ TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
24 24
25 25
26ifeq (,$(PREFIX)) 26ifeq (,$(PREFIX))
27ifdef SIMVER 27ifeq ($(APP_TYPE),sdl-sim)
28# for sims, set simdisk/ as default 28# for sims, set simdisk/ as default
29PREFIX = simdisk 29PREFIX = simdisk
30INSTALL = --install="$(PREFIX)" 30INSTALL = --install="$(PREFIX)"
@@ -85,7 +85,7 @@ else
85 include $(APPSDIR)/plugins/plugins.make 85 include $(APPSDIR)/plugins/plugins.make
86 endif 86 endif
87 87
88 ifdef SIMVER 88 ifdef APP_TYPE
89 include $(ROOTDIR)/uisimulator/uisimulator.make 89 include $(ROOTDIR)/uisimulator/uisimulator.make
90 endif 90 endif
91endif # bootloader 91endif # bootloader
@@ -141,7 +141,7 @@ ifeq (,$(findstring bootloader,$(APPSDIR)))
141 141
142OBJ += $(LANG_O) 142OBJ += $(LANG_O)
143 143
144ifndef SIMVER 144ifndef APP_TYPE
145 145
146## target build 146## target build
147CONFIGFILE := $(FIRMDIR)/export/config/$(MODELNAME).h 147CONFIGFILE := $(FIRMDIR)/export/config/$(MODELNAME).h
@@ -221,7 +221,7 @@ $(MAXOUTFILE):
221$(BUILDDIR)/rombox.iriver: $(BUILDDIR)/rombox.bin 221$(BUILDDIR)/rombox.iriver: $(BUILDDIR)/rombox.bin
222 $(call PRINTS,Build ROM file)$(MKFIRMWARE) $< $@ 222 $(call PRINTS,Build ROM file)$(MKFIRMWARE) $< $@
223 223
224endif # !SIMVER 224endif # !APP_TYPE
225endif # !bootloader 225endif # !bootloader
226 226
227 227