]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/testing/selftests/powerpc/copyloops/Makefile
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
[linux.git] / tools / testing / selftests / powerpc / copyloops / Makefile
index ac4a52e19e590cd6b8019d0d57ec1b9bcf78fb55..eedce3366f64be29fd9c8d7a0643bd2d45a56a7e 100644 (file)
@@ -5,8 +5,8 @@ CFLAGS += -I$(CURDIR)
 CFLAGS += -D SELFTEST
 CFLAGS += -maltivec
 
-# Use our CFLAGS for the implicit .S rule
-ASFLAGS = $(CFLAGS)
+# Use our CFLAGS for the implicit .S rule & set the asm machine type
+ASFLAGS = $(CFLAGS) -Wa,-mpower4
 
 TEST_GEN_PROGS := copyuser_64 copyuser_power7 memcpy_64 memcpy_power7
 EXTRA_SOURCES := validate.c ../harness.c