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

9 lines
172 B
Makefile
Raw Permalink Normal View History

2025-11-11 04:08:31 +00:00
include ../Makefile.param
BSP_TEST_CUR_DIR:=$(shell pwd)
nvmem_test:
$(CC) efuse.c -static -o nvmem-test
@cp nvmem-test $(BSP_TEST_OUT_DIR)
clean:
rm -f *.o nvmem-test