diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-10-30 01:19:19 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-30 01:19:19 -0700 |
commit | 502ef38da15d817f8e67acefc12dc2212f7f8aa1 (patch) | |
tree | 3d8a42f4ad03c70290d5d5006c95691d60a12fa1 /include/linux | |
parent | e3376dca81bd45474143753339e109d877a7d129 (diff) |
[TIPC]: Add tipc_config.h to include/linux/Kbuild.
Needed, as reported in:
http://bugzilla.kernel.org/show_bug.cgi?id=9260
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 6a65231bc785..bd33c22315c1 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -149,6 +149,7 @@ header-y += ticable.h header-y += times.h header-y += tiocl.h header-y += tipc.h +header-y += tipc_config.h header-y += toshiba.h header-y += ultrasound.h header-y += un.h |