make: enable fixedpoint library for bootloaders

Change-Id: I8a4975d4e2e8b6af4d3dbfaeb752032f43789453
This commit is contained in:
Aidan MacDonald 2026-03-18 12:48:19 +00:00
parent 314becf2ac
commit 684b3d8c49

View file

@ -96,11 +96,9 @@ ifndef APP_TYPE
endif
endif
ifeq (,$(findstring bootloader,$(APPSDIR)))
ifeq (,$(findstring checkwps,$(APP_TYPE)))
include $(ROOTDIR)/lib/fixedpoint/fixedpoint.make
endif
endif
ifneq (,$(findstring bootloader,$(APPSDIR)))
ifneq (,$(findstring sonynwz,$(APP_TYPE)))