diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-05-08 00:31:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:14 -0700 |
commit | cef2cf07273d12ac3453d2baff096423f17b7403 (patch) | |
tree | 807ce95b91d1a09f449d61301f1148c85d7818db /include/linux/Kbuild | |
parent | 6f7f02e78a75a09195d963e0392b195bc2d55c5c (diff) |
Misc: add sensable phantom driver
Add sensable phantom driver
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-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 d61983db4149..a124c32f55f3 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -121,6 +121,7 @@ header-y += pci_regs.h header-y += personality.h header-y += pfkeyv2.h header-y += pg.h +header-y += phantom.h header-y += pkt_cls.h header-y += pkt_sched.h header-y += posix_types.h |