summaryrefslogtreecommitdiffstats
path: root/scripts/mod/real-lsb-32/elfconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mod/real-lsb-32/elfconfig.h')
-rw-r--r--scripts/mod/real-lsb-32/elfconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mod/real-lsb-32/elfconfig.h b/scripts/mod/real-lsb-32/elfconfig.h
new file mode 100644
index 0000000..1f7a732
--- /dev/null
+++ b/scripts/mod/real-lsb-32/elfconfig.h
@@ -0,0 +1,4 @@
+#define KERNEL_ELFCLASS ELFCLASS32
+#define KERNEL_ELFDATA ELFDATA2LSB
+#define MODULE_SYMBOL_PREFIX ""
+#include "../elfconfig.h"