Files
mckernel/test/mem_dest_prev/arm64/Makefile
Shiratori, Takehiro cfcf0137eb Test "Exclude areas not assigned to Mckernel from direct map of all phys." on arm64
Change-Id: Ida0d1f13f4a14c2ee219325aaa4b2cac1476c991
2018-11-27 05:29:15 +00:00

11 lines
90 B
Makefile

OBJS = memtest_destroy
all:$(OBJS)
test:all
./go_test_McKernal.sh
clean:
rm $(OBJS)