mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
264 B
Makefile
11 lines
264 B
Makefile
PKG_NAME=cmsis-nn
|
|
PKG_URL=https://github.com/ARM-software/CMSIS_5
|
|
PKG_VERSION=5.6.0
|
|
PKG_LICENSE=Apache-2.0
|
|
CFLAGS += -Wno-strict-aliasing -Wno-unused-parameter
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(CURDIR)/Makefile.$(PKG_NAME)
|