mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
335 B
Makefile
16 lines
335 B
Makefile
DEBUG ?= 0
|
|
|
|
include ../Makefile.drivers_common
|
|
|
|
USEMODULE += shell_cmds_default
|
|
USEMODULE += ps
|
|
USEMODULE += gnrc
|
|
USEMODULE += auto_init_gnrc_netif
|
|
USEMODULE += nrf24l01p_ng
|
|
USEMODULE += nrf24l01p_ng_diagnostics
|
|
USEMODULE += netstats_l2
|
|
USEMODULE += gnrc_txtsnd
|
|
|
|
CFLAGS += -DDEBUG_ASSERT_VERBOSE=1
|
|
include $(RIOTBASE)/Makefile.include
|