mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
287 B
Makefile
14 lines
287 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
USEPKG += flatbuffers
|
|
|
|
# Skip warning raised when building monster_generated.h
|
|
CXXEXFLAGS += -Wno-type-limits
|
|
|
|
BUILDDEPS += monster_generated.h
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
monster_generated.h: $(FLATC)
|
|
$(Q)$(FLATC) --cpp $(CURDIR)/monster.fbs
|