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.

make: enable fixedpoint library for bootloaders

Change-Id: I8a4975d4e2e8b6af4d3dbfaeb752032f43789453

+2 -4
+2 -4
tools/root.make
··· 96 96 endif 97 97 endif 98 98 99 - ifeq (,$(findstring bootloader,$(APPSDIR))) 100 - ifeq (,$(findstring checkwps,$(APP_TYPE))) 101 - include $(ROOTDIR)/lib/fixedpoint/fixedpoint.make 102 - endif 99 + ifeq (,$(findstring checkwps,$(APP_TYPE))) 100 + include $(ROOTDIR)/lib/fixedpoint/fixedpoint.make 103 101 endif 104 102 105 103 ifneq (,$(findstring bootloader,$(APPSDIR)))