Makefile.include: clearer message in case of compilation attepmts to unsupported boards
This commit is contained in:
parent
89c5adc0e4
commit
96a818e081
@ -422,7 +422,7 @@ endif
|
||||
ifeq ($(PLATFORM_ACTION),skip)
|
||||
# Skip this target.
|
||||
$(CONTIKI_PROJECT):
|
||||
@echo "Skipping $@: not for the '$(TARGET)' platform!"
|
||||
@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