diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-12-17 16:19:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-17 19:28:15 -0800 |
commit | 755271358cc401eb3db0db52b2c8fb8d71ae4d8f (patch) | |
tree | b0f36643e7ffd1a165898431c4f2d76507e894e6 /include | |
parent | 2cc3a8f6ac0fb1e6095a47001d31aadcf9722bde (diff) | |
download | op-kernel-dev-755271358cc401eb3db0db52b2c8fb8d71ae4d8f.zip op-kernel-dev-755271358cc401eb3db0db52b2c8fb8d71ae4d8f.tar.gz |
fix headers_install
make[3]: *** No rule to make target `/usr/src/devel/include/linux/ticable.h', needed by `/usr/src/devel/usr/include/linux/ticable.h'. Stop.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 37bfa19..9abf5a8 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -145,7 +145,6 @@ header-y += sound.h header-y += taskstats.h header-y += telephony.h header-y += termios.h -header-y += ticable.h header-y += times.h header-y += tiocl.h header-y += tipc.h |