summaryrefslogtreecommitdiffstats
path: root/scripts/tkgen.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /scripts/tkgen.c
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'scripts/tkgen.c')
-rw-r--r--scripts/tkgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tkgen.c b/scripts/tkgen.c
index fc9338db3..a3aea9055 100644
--- a/scripts/tkgen.c
+++ b/scripts/tkgen.c
@@ -978,6 +978,7 @@ void dump_tk_script(struct kconfig *scfg)
printf("\tputs $autocfg \"/*\"\n");
printf("\tputs $autocfg \" * Automatically generated C config: don't edit\"\n");
printf("\tputs $autocfg \" */\"\n");
+ printf("\tputs $autocfg \"#define AUTOCONF_INCLUDED\"\n");
for(cfg = scfg; cfg != NULL; cfg = cfg->next)
{
switch (cfg->tok)