mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
misc: get rid of unused LOADADDRESS define in makefiles
Change-Id: I990aaca9b0b8230efba09c87ace2430fbfa29b74
This commit is contained in:
parent
cf1e3fd5a3
commit
5a236963e4
4 changed files with 4 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ $(PLUGINLIB): $(PLUGINLIB_OBJ)
|
|||
$(PLUGINLINK_LDS): $(PLUGIN_LDS) $(CONFIGFILE)
|
||||
$(call PRINTS,PP $(@F))
|
||||
$(shell mkdir -p $(dir $@))
|
||||
$(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS))
|
||||
$(call preprocess2file,$<,$@,)
|
||||
|
||||
$(OVERLAYREF_LDS): $(PLUGIN_LDS)
|
||||
$(call PRINTS,PP $(@F))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue