summaryrefslogtreecommitdiffstats
path: root/src/Config
diff options
context:
space:
mode:
authorMichael Brown2005-04-18 14:53:39 +0200
committerMichael Brown2005-04-18 14:53:39 +0200
commit451ea7ffc51b5d4662d339605d62e6992ee36a84 (patch)
tree9aa1d15b95989c3c5d497a4eacb60bb300eb438a /src/Config
parentThis is, of course, the neater and much more obvious way to do it. (diff)
downloadipxe-451ea7ffc51b5d4662d339605d62e6992ee36a84.tar.gz
ipxe-451ea7ffc51b5d4662d339605d62e6992ee36a84.tar.xz
ipxe-451ea7ffc51b5d4662d339605d62e6992ee36a84.zip
Added warning about not using Config for single-object options.
Diffstat (limited to 'src/Config')
-rw-r--r--src/Config15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Config b/src/Config
index 9ac46c2e..db502079 100644
--- a/src/Config
+++ b/src/Config
@@ -1,6 +1,21 @@
+##############################################################################
+##############################################################################
+#
+# IMPORTANT!
+#
+# This file is deprecated. All options are gradually being migrated
+# to config.h. Only options that affect the entire build
+# (e.g. overriding the $(CC) Makefile variable) should be placed in
+# here.
+#
+##############################################################################
+##############################################################################
+
+
#
# Config for Etherboot/32
#
+#
# Do not delete the tag OptionDescription and /OptionDescription
# It is used to automatically generate the documentation.
#