MC3302_SDK_V1.1.9_202507281.../bsp/test/sdio/Makefile

10 lines
139 B
Makefile
Raw Normal View History

2025-11-11 04:08:31 +00:00
include ../Makefile.param
test:
$(CC) sdio_test.c -static -o sdio_test
@cp sdio_test $(BSP_TEST_OUT_DIR)
clean:
rm -f *.o sdio_test