Files
mckernel/test/issues/1400/arm64/Makefile
Shiratori, Takehiro 4946fbdd82 Fix "test: runq_lock and over-scheduling fix."
Change-Id: Iedd3b94d6ecd52b9ee67cc9b8a75735428c9fd84
Refs: #1400
2020-03-19 23:34:40 +00:00

11 lines
136 B
Makefile

# Makefile COPYRIGHT FUJITSU LIMITED 2020
all:
$(CC) 1400_arm64.c -o 1400_arm64 -Wall
test: all
./1400.sh
clean:
rm -f 1400_arm64