summaryrefslogtreecommitdiff
path: root/kern/config.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-10-16 19:20:54 +0200
committerRichard Braun <rbraun@sceen.net>2012-10-16 19:20:54 +0200
commiteb21efaacca336929426c3859a715ccdcce07e7e (patch)
tree94f58107c126e8a145ee705c2b18d628daaa06a8 /kern/config.h
parent396311ff79582e3a78a175d519e5ebcca4e022f4 (diff)
Rework the build system
Architecture specific stuff is now completely isolated in its arch/xxx directory. The install and dist targets have been fixed, as well as the source file list. Autoconf strictness is reduced to foreign, and the now unneeded files have been removed. Additions to the generated config.h header can be added in the global kern/config.h or the architecture specific machine/config.h headers.
Diffstat (limited to 'kern/config.h')
-rw-r--r--kern/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/kern/config.h b/kern/config.h
new file mode 100644
index 0000000..e91b6e1
--- /dev/null
+++ b/kern/config.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 2012 Richard Braun.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *
+ * Additions to the build system config.h header.
+ */
+
+#include <machine/config.h>