7 lines
84 B
Makefile
7 lines
84 B
Makefile
SRC += $(SRC_WL)
|
|
SRC += \
|
|
main.c \
|
|
tests/mock_sdio.c \
|
|
|
|
include ../test_common.mk
|