summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 09:12:31 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 11:36:02 +0200
commitf174c972ac3ef93804a28f9566559382697832f9 (patch)
tree752d523d3fc1d8b60f03d5051c4174ab57238032 /config_host
parent49a89c84dbf2b74d9e3693f8df8362468d42276b (diff)
.gitignore already ignores config_*.h
Change-Id: I97e9fa6e8ad45a0cd07926d1f6d33652d9dd332c
Diffstat (limited to 'config_host')
-rw-r--r--config_host/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host/README b/config_host/README
index 0e097528ad90..5dd2d5263481 100644
--- a/config_host/README
+++ b/config_host/README
@@ -19,7 +19,6 @@ Adding a new setting:
- add config_host/config_XXX.h.in here, with just #ifndef include guard
- add AC_CONFIG_HEADERS([config_host/config_XXX.h]) next to the others
in configure.ac
- - add config_XXX.h to config_host/.gitignore
- add #define HAVE_FOO 0 to the config_host/config_XXX.h , possibly with a comment
(do not use #undef HAVE_FOO, unless the setting has more values than on/off)
- add #include <config_XXX.h> before any #if HAVE_FOO in a source file