forked from xuos/xiuos
8 lines
129 B
Makefile
8 lines
129 B
Makefile
SRC_FILES :=
|
|
|
|
ifeq ($(CONFIG_USER_TEST_LORA_ADHOC),y)
|
|
SRC_FILES += test_adhoc_lora.c
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|