make: enable fixedpoint library for bootloaders
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 684b3d8c49cce91790715460c4f7ec9abb214948 Author: Aidan MacDonald <[email protected]> Date: Wed Mar 18 12:48:19 2026 +0000 make: enable fixedpoint library for bootloaders Change-Id: I8a4975d4e2e8b6af4d3dbfaeb752032f43789453 diff --git a/tools/root.make b/tools/root.make index 869b46c794..523eb5d180 100644 --- a/tools/root.make +++ b/tools/root.make @@ -96,10 +96,8 @@ ifndef APP_TYPE endif endif -ifeq (,$(findstring bootloader,$(APPSDIR))) - ifeq (,$(findstring checkwps,$(APP_TYPE))) - include $(ROOTDIR)/lib/fixedpoint/fixedpoint.make - endif +ifeq (,$(findstring checkwps,$(APP_TYPE))) + include $(ROOTDIR)/lib/fixedpoint/fixedpoint.make endif ifneq (,$(findstring bootloader,$(APPSDIR))) -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs