MC3302_SDK_V1.1.9_202507281.../bsp/test/crypto/Makefile
2025-11-11 12:08:31 +08:00

9 lines
135 B
Makefile
Executable File

include ../Makefile.param
aes-test:
$(CC) cipher.c -static -o cipher
@cp cipher $(BSP_TEST_OUT_DIR)
clean:
rm -f *.o cipher