fix client Makefile if no Makefie.platform is provided

This commit is contained in:
Philippe Teuwen
2025-07-13 11:57:26 +02:00
parent ef372a5ef0
commit 8f9bb379ad
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@
ifeq ($(PLTNAME),)
-include ../Makefile.platform
-include ../.Makefile.options.cache
# Default platform if no platform specified
PLATFORM?=PM3RDV4
ifneq ($(PLATFORM), $(CACHED_PLATFORM))
$(error platform definitions have been changed, please "make clean" at the root of the project)
endif
+2
View File
@@ -1,6 +1,8 @@
ifeq ($(PLTNAME),)
-include ../../Makefile.platform
-include ../../.Makefile.options.cache
# Default platform if no platform specified
PLATFORM?=PM3RDV4
ifneq ($(PLATFORM), $(CACHED_PLATFORM))
$(error platform definitions have been changed, please "make clean" at the root of the project)
endif