[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240215165527.23684-1-msuchanek@suse.de>
Date: Thu, 15 Feb 2024 17:55:21 +0100
From: Michal Suchanek <msuchanek@...e.de>
To: linuxppc-dev@...ts.ozlabs.org
Cc: root <root@...taberry-6.arch.suse.de>,
Michael Ellerman <mpe@...erman.id.au>,
Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
"Aneesh Kumar K.V" <aneesh.kumar@...nel.org>,
"Naveen N. Rao" <naveen.n.rao@...ux.ibm.com>,
Shuah Khan <shuah@...nel.org>,
Michal Suchanek <msuchanek@...e.de>,
Nathan Lynch <nathanl@...ux.ibm.com>,
linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org
Subject: [PATCH] selftests: powerpc: Add header symlinks for building papr character device tests
From: root <root@...taberry-6.arch.suse.de>
Without the headers the tests don't build.
Fixes: 9118c5d32bdd ("powerpc/selftests: Add test for papr-vpd")
Fixes: 76b2ec3faeaa ("powerpc/selftests: Add test for papr-sysparm")
Signed-off-by: Michal Suchanek <msuchanek@...e.de>
---
tools/testing/selftests/powerpc/include/asm/papr-miscdev.h | 1 +
tools/testing/selftests/powerpc/include/asm/papr-sysparm.h | 1 +
tools/testing/selftests/powerpc/include/asm/papr-vpd.h | 1 +
3 files changed, 3 insertions(+)
create mode 120000 tools/testing/selftests/powerpc/include/asm/papr-miscdev.h
create mode 120000 tools/testing/selftests/powerpc/include/asm/papr-sysparm.h
create mode 120000 tools/testing/selftests/powerpc/include/asm/papr-vpd.h
diff --git a/tools/testing/selftests/powerpc/include/asm/papr-miscdev.h b/tools/testing/selftests/powerpc/include/asm/papr-miscdev.h
new file mode 120000
index 000000000000..0f811020354d
--- /dev/null
+++ b/tools/testing/selftests/powerpc/include/asm/papr-miscdev.h
@@ -0,0 +1 @@
+../../../../../../arch/powerpc/include/uapi/asm/papr-miscdev.h
\ No newline at end of file
diff --git a/tools/testing/selftests/powerpc/include/asm/papr-sysparm.h b/tools/testing/selftests/powerpc/include/asm/papr-sysparm.h
new file mode 120000
index 000000000000..6355e122245e
--- /dev/null
+++ b/tools/testing/selftests/powerpc/include/asm/papr-sysparm.h
@@ -0,0 +1 @@
+../../../../../../arch/powerpc/include/uapi/asm/papr-sysparm.h
\ No newline at end of file
diff --git a/tools/testing/selftests/powerpc/include/asm/papr-vpd.h b/tools/testing/selftests/powerpc/include/asm/papr-vpd.h
new file mode 120000
index 000000000000..403ddec6b422
--- /dev/null
+++ b/tools/testing/selftests/powerpc/include/asm/papr-vpd.h
@@ -0,0 +1 @@
+../../../../../../arch/powerpc/include/uapi/asm/papr-vpd.h
\ No newline at end of file
--
2.43.0
Powered by blists - more mailing lists