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

pkg/gemmlowp: 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:46:14 +02:00
parent 21c9acbd6b
commit 609a0b6109
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) -f $(CURDIR)/Makefile.$(PKG_NAME)
@:

View File

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

View File

@ -1,3 +1,6 @@
INCLUDES += -I$(PKGDIRBASE)/gemmlowp
CXXEXFLAGS += -Wno-sign-compare
# This package is a header only package, so there's nothing to build
PSEUDOMODULES += gemmlowp