Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: get rid of unused LOADADDRESS define in makefiles

Change-Id: I990aaca9b0b8230efba09c87ace2430fbfa29b74

+4 -5
+1 -1
apps/plugins/plugins.make
··· 95 95 $(PLUGINLINK_LDS): $(PLUGIN_LDS) $(CONFIGFILE) 96 96 $(call PRINTS,PP $(@F)) 97 97 $(shell mkdir -p $(dir $@)) 98 - $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) 98 + $(call preprocess2file,$<,$@,) 99 99 100 100 $(OVERLAYREF_LDS): $(PLUGIN_LDS) 101 101 $(call PRINTS,PP $(@F))
+1 -1
bootloader/bootloader.make
··· 23 23 24 24 $(BOOTLINK): $(BOOTLDS) $(CONFIGFILE) 25 25 $(call PRINTS,PP $(@F)) 26 - $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) 26 + $(call preprocess2file,$<,$@,) 27 27 28 28 $(BUILDDIR)/bootloader.elf: $$(OBJ) $(FIRMLIB) $(CORE_LIBS) $$(BOOTLINK) 29 29 $(call PRINTS,LD $(@F))$(CC) $(GCCOPTS) -Os -nostdlib -o $@ $(OBJ) \
-1
tools/configure
··· 4909 4909 export SIMDIR=\$(ROOTDIR)/uisimulator/sdl 4910 4910 export GCCOPTS=${GCCOPTS} 4911 4911 export TARGET_INC=${TARGET_INC} 4912 - export LOADADDRESS=${loadaddress} 4913 4912 export SHARED_LDFLAGS=${SHARED_LDFLAGS} 4914 4913 export SHARED_CFLAGS=${SHARED_CFLAGS} 4915 4914 export LDOPTS=${LDOPTS}
+2 -2
tools/root.make
··· 260 260 261 261 $(LINKRAM): $(RAMLDS) $(CONFIGFILE) 262 262 $(call PRINTS,PP $(@F)) 263 - $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) 263 + $(call preprocess2file,$<,$@,) 264 264 265 265 $(LINKROM): $(ROMLDS) 266 266 $(call PRINTS,PP $(@F)) 267 - $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) 267 + $(call preprocess2file,$<,$@,) 268 268 269 269 # Note: make sure -Wl,--gc-sections comes before -T in the linker options. 270 270 # Having the latter first caused crashes on (at least) mini2g.