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

10 lines
190 B
Makefile

MODULE = ruy
SRCXXEXT = cc
SRCXXEXCLUDE = $(wildcard *_test.$(SRCXXEXT))
SRCXXEXCLUDE += benchmark.cc pack_%.cc test_%.cc
CFLAGS += -Wno-unused-variable
include $(RIOTBASE)/Makefile.base