Skip to content
Snippets Groups Projects
Commit 64c17f50 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

Merge pull request #2077 from LudwigOrtmann/libcoap-make

pkg/libcoap: call "$(MAKE)", not make; tests/coap: update blacklist
parents 0cd1f34c 8ef22577
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ endif ...@@ -15,7 +15,7 @@ endif
.PHONY: all clean patch reset .PHONY: all clean patch reset
all: patch all: patch
make -C $(PKG_DIR) "$(MAKE)" -C $(PKG_DIR)
patch: $(PKG_DIR)/Makefile patch: $(PKG_DIR)/Makefile
......
APPLICATION = coap APPLICATION = coap
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-due chronos mbed_lpc1768 msb-430 msb-430h qemu-i386 stm32f0discovery \ # the MSP430 toolchain does not include assert.h
stm32f3discovery stm32f4discovery telosb wsn430-v1_3b wsn430-v1_4 udoo z1 \ BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
pca10000 pca10005 arduino-mega2560 msbiot yunjia-nrf51822 samr21-xpro
#arduino-mega2560: missing header sys/types.h
#MSP boards: no assert.h
#rest: no radio
BOARD_INSUFFICIENT_RAM := redbee-econotag BOARD_INSUFFICIENT_RAM := redbee-econotag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment