summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/lib/asm-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/lib/asm-offsets.c')
-rw-r--r--arch/openrisc/lib/asm-offsets.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/openrisc/lib/asm-offsets.c b/arch/openrisc/lib/asm-offsets.c
new file mode 100644
index 0000000000..8cee8e00c6
--- /dev/null
+++ b/arch/openrisc/lib/asm-offsets.c
@@ -0,0 +1,18 @@
+/*
+ * OpenRISC asm-offsets.c
+ *
+ * This program is used to generate definitions needed by
+ * assembly language modules.
+ *
+ * We use the technique used in the OSF Mach kernel code:
+ * generate asm statements containing #defines,
+ * compile this file to assembler, and then extract the
+ * #defines from the assembly-language output.
+ */
+
+#include <linux/kbuild.h>
+
+int main(void)
+{
+ return 0;
+}