Merge branch 'develop' into fix-nrf-zero-temp-read
This commit is contained in:
commit
f5a258c6a6
@ -478,6 +478,8 @@ ifeq ($(PLATFORM_ACTION),skip)
|
|||||||
# Skip this target.
|
# Skip this target.
|
||||||
$(CONTIKI_PROJECT):
|
$(CONTIKI_PROJECT):
|
||||||
@echo "Skipping $@: not for the '$(TARGET)/$(BOARD)' platform!"
|
@echo "Skipping $@: not for the '$(TARGET)/$(BOARD)' platform!"
|
||||||
|
%.$(TARGET):
|
||||||
|
@echo "Skipping $@: not for the '$(TARGET)/$(BOARD)' platform!"
|
||||||
else
|
else
|
||||||
# Build this target.
|
# Build this target.
|
||||||
# Match-anything pattern rule to allow the project makefiles to
|
# Match-anything pattern rule to allow the project makefiles to
|
||||||
|
Loading…
Reference in New Issue
Block a user