diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 17:55:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 17:55:52 -0400 |
commit | 398477d4bd57cc33792fd93035c2763ad78629c4 (patch) | |
tree | 8a9cc1cd2f371843f6242b877cbdce9e109a06ed /include/linux/Kbuild | |
parent | 6e936d3e9a45a4307e7f4a29ee9829e7a0464af1 (diff) | |
parent | 6d71627581e96efb3717960b79fc2167a4617977 (diff) |
Merge git://git.infradead.org/~dwmw2/khdrs-2.6
* git://git.infradead.org/~dwmw2/khdrs-2.6:
New 'make headers_install_all' target.
Use dependencies for 'make headers_install'.
[S390] Unexport <asm/z90crypt.h>, export <asm/zcrypt.h> in its place.
Remove dead netfilter_logging.h from include/linux/Kbuild
Remove offsetof() from user-visible <linux/stddef.h>
Clean up exported headers on CRIS
Fix v850 exported headers
Don't advertise (or allow) headers_{install,check} where inappropriate.
Remove UML header export
Remove ARM26 header export.
Fix H8300 exported headers.
Fix m68knommu exported headers
Fix exported headers for SPARC, SPARC64
Fix 'make headers_check' on m32r
Fix 'make headers_check' on sh64
Fix 'make headers_check' on sh
[HEADERS] Fix ARM 'make headers_check'
Initial pass of manual conflict resolution in top-level Makefile over
conflicting build rule and headers_install changes.
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 67383605f2e5..1df2ac30a4d2 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -141,7 +141,6 @@ header-y += snmp.h | |||
141 | header-y += sockios.h | 141 | header-y += sockios.h |
142 | header-y += som.h | 142 | header-y += som.h |
143 | header-y += sound.h | 143 | header-y += sound.h |
144 | header-y += stddef.h | ||
145 | header-y += synclink.h | 144 | header-y += synclink.h |
146 | header-y += telephony.h | 145 | header-y += telephony.h |
147 | header-y += termios.h | 146 | header-y += termios.h |
@@ -267,7 +266,6 @@ unifdef-y += netfilter_decnet.h | |||
267 | unifdef-y += netfilter.h | 266 | unifdef-y += netfilter.h |
268 | unifdef-y += netfilter_ipv4.h | 267 | unifdef-y += netfilter_ipv4.h |
269 | unifdef-y += netfilter_ipv6.h | 268 | unifdef-y += netfilter_ipv6.h |
270 | unifdef-y += netfilter_logging.h | ||
271 | unifdef-y += net.h | 269 | unifdef-y += net.h |
272 | unifdef-y += netlink.h | 270 | unifdef-y += netlink.h |
273 | unifdef-y += nfs3.h | 271 | unifdef-y += nfs3.h |
@@ -316,6 +314,7 @@ unifdef-y += sonet.h | |||
316 | unifdef-y += sonypi.h | 314 | unifdef-y += sonypi.h |
317 | unifdef-y += soundcard.h | 315 | unifdef-y += soundcard.h |
318 | unifdef-y += stat.h | 316 | unifdef-y += stat.h |
317 | unifdef-y += stddef.h | ||
319 | unifdef-y += sysctl.h | 318 | unifdef-y += sysctl.h |
320 | unifdef-y += tcp.h | 319 | unifdef-y += tcp.h |
321 | unifdef-y += time.h | 320 | unifdef-y += time.h |