7 lines
190 B
Makefile
7 lines
190 B
Makefile
|
SRCS := ../common/init.S src/dhrystone_main.c src/dhrystone.c src/util.c
|
||
|
APP := dhrystone
|
||
|
CCFLAGS := -O3 -fno-inline
|
||
|
MAX_CYCLES := 1000000
|
||
|
|
||
|
include ../common/src_only_app.mk
|