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:
parent
21c9acbd6b
commit
609a0b6109
@ -6,4 +6,4 @@ PKG_LICENSE=Apache2.0
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
all:
|
||||
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.$(PKG_NAME)
|
||||
@:
|
||||
|
@ -1,5 +0,0 @@
|
||||
MODULE = gemmlowp
|
||||
|
||||
NO_AUTO_SRC = 1
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user