aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/byteorder/Kbuild
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-08-14 19:21:50 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-14 19:21:50 -0400
commit5d7cb157025b3b4852f38e6e5e97d06ef12c1d78 (patch)
tree09831b553687b51749ed99dbabaf3687a4e4bd2a /include/linux/byteorder/Kbuild
parentfc58fb180755cdeda3ce58776eef94a01b37a1c1 (diff)
parent8b1bb90701f9a51f10ce8a990bcc1e237cb3b1c7 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanup
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanup: defconfig reduction kbuild: drop unifdef-y support archs: replace unifdef-y with header-y include: replace unifdef-y with header-y
Diffstat (limited to 'include/linux/byteorder/Kbuild')
-rw-r--r--include/linux/byteorder/Kbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/byteorder/Kbuild b/include/linux/byteorder/Kbuild
index 38437225b092..5896e344ba6c 100644
--- a/include/linux/byteorder/Kbuild
+++ b/include/linux/byteorder/Kbuild
@@ -1,2 +1,2 @@
1unifdef-y += big_endian.h 1header-y += big_endian.h
2unifdef-y += little_endian.h 2header-y += little_endian.h