mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
make: enable fixedpoint library for bootloaders
Change-Id: I8a4975d4e2e8b6af4d3dbfaeb752032f43789453
This commit is contained in:
parent
314becf2ac
commit
684b3d8c49
1 changed files with 2 additions and 4 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue