kernel/tools/testing/selftests/powerpc/vphn/Makefile
.. .. @@ -1,6 +1,7 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 TEST_GEN_PROGS := test-vphn 2 3 3 -CFLAGS += -m644 +CFLAGS += -m64 -I$(CURDIR)4 5 5 6 top_srcdir = ../../../../.. 6 7 include ../../lib.mk