diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-09-30 05:53:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-30 05:53:18 -0400 |
commit | a57334e95e4fb132acca05bdc0efa2f9dda194af (patch) | |
tree | 4f095e41a825be524bd7dead02cb84098d8fc46a /include/linux/Kbuild | |
parent | ac2dc8ca14fb9028b160d89fdef04ecc66add3a2 (diff) |
Phonet: declare headers
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index b68ec09399be..f431e40725d6 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -126,6 +126,7 @@ header-y += pci_regs.h | |||
126 | header-y += pfkeyv2.h | 126 | header-y += pfkeyv2.h |
127 | header-y += pg.h | 127 | header-y += pg.h |
128 | header-y += phantom.h | 128 | header-y += phantom.h |
129 | header-y += phonet.h | ||
129 | header-y += pkt_cls.h | 130 | header-y += pkt_cls.h |
130 | header-y += pkt_sched.h | 131 | header-y += pkt_sched.h |
131 | header-y += posix_types.h | 132 | header-y += posix_types.h |
@@ -232,6 +233,7 @@ unifdef-y += if_fddi.h | |||
232 | unifdef-y += if_frad.h | 233 | unifdef-y += if_frad.h |
233 | unifdef-y += if_ltalk.h | 234 | unifdef-y += if_ltalk.h |
234 | unifdef-y += if_link.h | 235 | unifdef-y += if_link.h |
236 | unifdef-y += if_phonet.h | ||
235 | unifdef-y += if_pppol2tp.h | 237 | unifdef-y += if_pppol2tp.h |
236 | unifdef-y += if_pppox.h | 238 | unifdef-y += if_pppox.h |
237 | unifdef-y += if_tr.h | 239 | unifdef-y += if_tr.h |