diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:57:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:57:33 +0000 |
commit | 273175d0d3903f89e740adad520af516c5ca72b4 (patch) | |
tree | dea82fb76c3797d61d34f1e59ab4a0c232518b4e /package/config/zconf.y | |
parent | a18f36417b16217a2793fe74a588d8f0f9491417 (diff) | |
download | buildroot-novena-273175d0d3903f89e740adad520af516c5ca72b4.tar.gz buildroot-novena-273175d0d3903f89e740adad520af516c5ca72b4.zip |
update kbuild system
Diffstat (limited to 'package/config/zconf.y')
-rw-r--r-- | package/config/zconf.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/config/zconf.y b/package/config/zconf.y index 896cdb617..bc9431831 100644 --- a/package/config/zconf.y +++ b/package/config/zconf.y @@ -683,6 +683,7 @@ void zconfdump(FILE *out) } #include "lex.zconf.c" +#include "util.c" #include "confdata.c" #include "expr.c" #include "symbol.c" |