selftests/powerpc: Add a test of wild bctr
[linux-2.6-block.git] / tools / testing / selftests / powerpc / mm / Makefile
index 33ced6e0ad25e07047e19699c90303ed97d157fa..43d68420e363326059e0257f62f8c30e05114ca8 100644 (file)
@@ -2,7 +2,7 @@
 noarg:
        $(MAKE) -C ../
 
-TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors
+TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr
 TEST_GEN_FILES := tempfile
 
 top_srcdir = ../../../../..
@@ -12,6 +12,8 @@ $(TEST_GEN_PROGS): ../harness.c
 
 $(OUTPUT)/prot_sao: ../utils.c
 
+$(OUTPUT)/wild_bctr: CFLAGS += -m64
+
 $(OUTPUT)/tempfile:
        dd if=/dev/zero of=$@ bs=64k count=1