From 684b3d8c49cce91790715460c4f7ec9abb214948 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Wed, 18 Mar 2026 12:48:19 +0000 Subject: [PATCH] make: enable fixedpoint library for bootloaders Change-Id: I8a4975d4e2e8b6af4d3dbfaeb752032f43789453 --- tools/root.make | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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)))