mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] sandbox: add empty <asm/linkage.h>
@ 2023-10-09 11:52 Ahmad Fatoum
  2023-10-09 11:52 ` [PATCH 2/2] sandbox: move sandbox-specific options into menu Ahmad Fatoum
  2023-10-13  9:15 ` [PATCH 1/2] sandbox: add empty <asm/linkage.h> Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2023-10-09 11:52 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Sandbox code including <linux/linkage.h> will trip over this file being
missing, so add an empty stub.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/sandbox/include/asm/linkage.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 arch/sandbox/include/asm/linkage.h

diff --git a/arch/sandbox/include/asm/linkage.h b/arch/sandbox/include/asm/linkage.h
new file mode 100644
index 000000000000..1d78d9169b6a
--- /dev/null
+++ b/arch/sandbox/include/asm/linkage.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __ASM_LINKAGE_H
+#define __ASM_LINKAGE_H
+
+/* referenced by <linux/linkage.h> */
+
+#endif
-- 
2.39.2




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-13  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 11:52 [PATCH 1/2] sandbox: add empty <asm/linkage.h> Ahmad Fatoum
2023-10-09 11:52 ` [PATCH 2/2] sandbox: move sandbox-specific options into menu Ahmad Fatoum
2023-10-13  9:15 ` [PATCH 1/2] sandbox: add empty <asm/linkage.h> Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox