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

10 lines
259 B
Makefile
Executable File

include ../Makefile.param
BSP_TEST_CUR_DIR:=$(shell pwd)
watchdog-test:
$(CC) watchdog_test.c -static -o watchdog_test
#arm-molv510-linux-gcc watchdog_test_apcp.c -o watchdog_test_apcp
@cp watchdog_test $(BSP_TEST_OUT_DIR)
clean:
rm -f *.o watchdog_test