10 lines
136 B
Makefile
10 lines
136 B
Makefile
# Test with high optimisation level.
|
|
CFLAGS += -O3
|
|
|
|
SRC += $(SRC_WL)
|
|
SRC += \
|
|
main.c \
|
|
tests/mock_sdio.c \
|
|
|
|
include ../test_common.mk
|