Merge pull request #806 from atiselsts/bugfix/platforms-exclude
Do not allow to 'trick' the platform and board exclude checks
This commit is contained in:
commit
5a974a21ba
@ -478,6 +478,8 @@ ifeq ($(PLATFORM_ACTION),skip)
|
||||
# Skip this target.
|
||||
$(CONTIKI_PROJECT):
|
||||
@echo "Skipping $@: not for the '$(TARGET)/$(BOARD)' platform!"
|
||||
%.$(TARGET):
|
||||
@echo "Skipping $@: not for the '$(TARGET)/$(BOARD)' platform!"
|
||||
else
|
||||
# Build this target.
|
||||
# Match-anything pattern rule to allow the project makefiles to
|
||||
|
Loading…
Reference in New Issue
Block a user