HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git] / tools / testing / selftests / powerpc / mm / Makefile
blobee179e22308c59bd9c206f8920bb5806f25c73fa
1 noarg:
2 $(MAKE) -C ../
4 TEST_PROGS := hugetlb_vs_thp_test subpage_prot
5 TEST_FILES := tempfile
7 all: $(TEST_PROGS) $(TEST_FILES)
9 $(TEST_PROGS): ../harness.c
11 include ../../lib.mk
13 tempfile:
14 dd if=/dev/zero of=tempfile bs=64k count=1
16 clean:
17 rm -f $(TEST_PROGS) tempfile