mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
295 B
Makefile
9 lines
295 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/fff
|
|
|
|
# There's nothing to build in this package, it's used as a header only library.
|
|
# So it's declared as a pseudo-module
|
|
PSEUDOMODULES += fff
|
|
|
|
# Tests don't need pedantic. Pedantic throws errors in variadic macros when compiling for C++
|
|
CXXEXFLAGS += -Wno-pedantic
|