Files
mckernel/test/issues/1383/Makefile
Ken Sato 41ea9d16c4 mremap: Fix to work correctly when old_page is large_page
Change-Id: I5a589383644a8098d910e49cd7ade6df325e0366
Refs: #1383
2020-02-13 06:15:25 +00:00

12 lines
113 B
Makefile

CFLAGS=-g
LDFLAGS=
TARGET= C1383T01
all: $(TARGET)
test: all
sh ./C1383.sh
clean:
rm -f $(TARGET) *.o *.txt