summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/root.make b/tools/root.make
index 0d12e30a4b..c0030970d4 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -98,18 +98,19 @@ clean:
98 98
99.SECONDEXPANSION: 99.SECONDEXPANSION:
100 100
101ifndef SIMVER
102
103ifeq (,$(findstring bootloader,$(APPSDIR))) 101ifeq (,$(findstring bootloader,$(APPSDIR)))
104# not bootloader 102# not bootloader
105 103
104OBJ += $(LANG_O)
105
106ifndef SIMVER
107
106## target build 108## target build
107RAMLDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/app.lds 109RAMLDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/app.lds
108LINKRAM := $(BUILDDIR)/ram.link 110LINKRAM := $(BUILDDIR)/ram.link
109ROMLDS := $(FIRMDIR)/rom.lds 111ROMLDS := $(FIRMDIR)/rom.lds
110LINKROM := $(BUILDDIR)/rom.link 112LINKROM := $(BUILDDIR)/rom.link
111 113
112OBJ += $(LANG_O)
113 114
114$(LINKRAM): $(RAMLDS) 115$(LINKRAM): $(RAMLDS)
115 $(call PRINTS,PP $(@F)) 116 $(call PRINTS,PP $(@F))
@@ -180,8 +181,8 @@ $(MAXOUTFILE):
180$(BUILDDIR)/rombox.iriver: $(BUILDDIR)/rombox.bin 181$(BUILDDIR)/rombox.iriver: $(BUILDDIR)/rombox.bin
181 $(call PRINTS,Build ROM file)$(MKFIRMWARE) $< $@ 182 $(call PRINTS,Build ROM file)$(MKFIRMWARE) $< $@
182 183
183endif # !bootloader
184endif # !SIMVER 184endif # !SIMVER
185endif # !bootloader
185 186
186 187
187voicetools: 188voicetools: