pkg/flatbuffers: declare module as pseudomodule
This package is only use for its headers so there's no module to build.
This commit is contained in:
parent
1992f57765
commit
21c9acbd6b
@ -6,4 +6,4 @@ PKG_LICENSE=Apache2.0
|
|||||||
include $(RIOTBASE)/pkg/pkg.mk
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
|
||||||
all:
|
all:
|
||||||
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(CURDIR)/Makefile.$(PKG_NAME)
|
@:
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
MODULE = flatbuffers
|
|
||||||
|
|
||||||
NO_AUTO_SRC := 1
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
|
||||||
@ -9,3 +9,6 @@ endif
|
|||||||
|
|
||||||
# This module requires cpp11 support
|
# This module requires cpp11 support
|
||||||
CXXEXFLAGS += -std=c++11
|
CXXEXFLAGS += -std=c++11
|
||||||
|
|
||||||
|
# This package is a header only package, so there's nothing to build
|
||||||
|
PSEUDOMODULES += flatbuffers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user