diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-04 15:55:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-04 15:55:45 -0400 |
commit | 6fa0cb1141da80eed4f86155fb51931bc1c31888 (patch) | |
tree | df9b3c378ae4f44260eaae1a4b9d5c4ccf7bb641 /include/asm-arm26 | |
parent | c6482dde1c2811afba289b2344268f850595f350 (diff) | |
parent | 257a5bdeb0441789d8e34e1b3e92b26d0f51bbf0 (diff) |
Merge git://git.infradead.org/hdrinstall-2.6
* git://git.infradead.org/hdrinstall-2.6:
Remove export of include/linux/isdn/tpam.h
Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace export
Restrict headers exported to userspace for SPARC and SPARC64
Add empty Kbuild files for 'make headers_install' in remaining arches.
Add Kbuild file for Alpha 'make headers_install'
Add Kbuild file for SPARC 'make headers_install'
Add Kbuild file for IA64 'make headers_install'
Add Kbuild file for S390 'make headers_install'
Add Kbuild file for i386 'make headers_install'
Add Kbuild file for x86_64 'make headers_install'
Add Kbuild file for PowerPC 'make headers_install'
Add generic Kbuild files for 'make headers_install'
Basic implementation of 'make headers_check'
Basic implementation of 'make headers_install'
Diffstat (limited to 'include/asm-arm26')
-rw-r--r-- | include/asm-arm26/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm26/Kbuild b/include/asm-arm26/Kbuild new file mode 100644 index 000000000000..c68e1680da01 --- /dev/null +++ b/include/asm-arm26/Kbuild | |||
@@ -0,0 +1 @@ | |||
include include/asm-generic/Kbuild.asm | |||