Files
mckernel/test/issues/1291/Makefile
Ken Sato c371fbf13b file map: cause SIGBUS when access to a page beyond EOF
Change-Id: Iaf7d792413e674267fd1c05c382212c8f67d8f5b
Refs: #1291
2019-09-26 03:41:23 +00:00

12 lines
113 B
Makefile

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