]> git.pld-linux.org Git - packages/kernel.git/commitdiff
2582b486dba914954fcfb7fdc1032bfe kernel-autoconf.h
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 15 Feb 2000 14:15:41 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-autoconf.h -> 1.1

kernel-autoconf.h [new file with mode: 0644]

diff --git a/kernel-autoconf.h b/kernel-autoconf.h
new file mode 100644 (file)
index 0000000..ca46a29
--- /dev/null
@@ -0,0 +1,24 @@
+#ifndef __pld_kernel_autoconf_h__
+#define __pld_kernel_autoconf_h__
+
+/*
+ * Define some nasty macros o we can construct the file names
+ * we want to include
+ */
+
+#if defined(__pld_autoconf_included_file__)
+#undef __pld_autoconf_included_file__
+#endif /* __pld_autoconf_included_file__ */
+
+#if defined(__KERNEL_SMP)
+#include <linux/autoconf-smp.h>
+#define __pld_autoconf_included_file__ 1
+#endif /* __KERNEL_SMP */
+
+#if !defined(__pld_autoconf_included_file__)
+#include <linux/autoconf-up.h>
+#else
+#undef __pld_autoconf_included_file__
+#endif /* __pld_autoconf_included_file__ */
+
+#endif /* __pld_kernel_autoconf_h__ */
This page took 0.072252 seconds and 4 git commands to generate.