1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/kw41zrf/vendor/XCVR/MKW41Z4/Makefile

9 lines
320 B
Makefile
Raw Normal View History

MODULE = mcux_xcvr_mkw41z
# This vendor code expect all the vendor headers to also be in the include path
# These include paths are only added when building this particular directory and
# should not be available to the rest of the system.
INCLUDES += -I../../OSAbstraction/Interface
include $(RIOTBASE)/Makefile.base