10 lines
171 B
Makefile
Executable File
10 lines
171 B
Makefile
Executable File
include ../Makefile.param
|
|
|
|
test:
|
|
$(CC) perfmon.c -static -o perfmon
|
|
@cp perfmon $(BSP_TEST_OUT_DIR)
|
|
@cp perfmon $(REL_DIR)/media/sample/bsp
|
|
|
|
clean:
|
|
rm -f *.o perfmon
|