HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git] / tools / testing / selftests / powerpc / stringloops / Makefile
blob2a728f4d2873de636379c277feae38f004c60934
1 # The loops are all 64-bit code
2 CFLAGS += -m64
3 CFLAGS += -I$(CURDIR)
5 TEST_PROGS := memcmp
6 EXTRA_SOURCES := memcmp_64.S ../harness.c
8 all: $(TEST_PROGS)
10 $(TEST_PROGS): $(EXTRA_SOURCES)
12 include ../../lib.mk
14 clean:
15 rm -f $(TEST_PROGS) *.o