mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
566066a083
Co-Authored-By: boortmans <bart.moons@gmail.com>
10 lines
198 B
Makefile
10 lines
198 B
Makefile
ifneq (,$(filter libschc_%,$(USEMODULE)))
|
|
USEPKG += libschc
|
|
endif
|
|
|
|
ifneq (,$(filter libschc,$(USEPKG)))
|
|
USEMODULE += libschc_udpv6
|
|
endif
|
|
|
|
FEATURES_BLACKLIST += arch_8bit arch_16bit arch_esp8266
|