commit | 3d3b51d2e0308ecbee455a57d15a0fd21ece51a2 | [log] [tgz] |
---|---|---|
author | INFINEON\DovhalA <Artem.Dovhal@infineon.com> | Wed Jun 12 17:01:18 2024 +0300 |
committer | INFINEON\DovhalA <Artem.Dovhal@infineon.com> | Wed Jun 12 17:01:18 2024 +0300 |
tree | 08c7744d784649c96e084a0c563f29c4742e152b | |
parent | 883cb5bfed2715c79041fd211b80f5bf5fc5a262 [diff] [blame] |
Infineon: Update BSP for XMC devices. Improve boot time
diff --git a/boot/cypress/Makefile b/boot/cypress/Makefile index e901317..a444c04 100644 --- a/boot/cypress/Makefile +++ b/boot/cypress/Makefile
@@ -65,7 +65,7 @@ # Defines whether or not make all compile warnings into errors for application # source code (but not for library source code) -WARN_AS_ERR = 0 +WARN_AS_ERR ?= 1 ifneq ($(filter $(APP_NAME), $(APPS)),) include ./$(APP_NAME)/$(APP_NAME).mk