1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

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:
Alexandre Abadie 2020-06-03 15:44:06 +02:00
parent 1992f57765
commit 21c9acbd6b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 4 additions and 6 deletions

View File

@ -6,4 +6,4 @@ PKG_LICENSE=Apache2.0
include $(RIOTBASE)/pkg/pkg.mk
all:
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(CURDIR)/Makefile.$(PKG_NAME)
@:

View File

@ -1,5 +0,0 @@
MODULE = flatbuffers
NO_AUTO_SRC := 1
include $(RIOTBASE)/Makefile.base

View File

@ -9,3 +9,6 @@ endif
# This module requires cpp11 support
CXXEXFLAGS += -std=c++11
# This package is a header only package, so there's nothing to build
PSEUDOMODULES += flatbuffers