diff options
author | David Woodhouse | 2006-09-19 13:43:58 +0200 |
---|---|---|
committer | David Woodhouse | 2006-09-19 13:43:58 +0200 |
commit | fadcfa33b6319a5faf8af2287f08bf93a7f926b6 (patch) | |
tree | 367e931ec64a88c20a4d15c351d4c7dbb1b7adf1 /include/linux/byteorder | |
parent | x86: save/restore eflags in context switch (diff) | |
download | kernel-qcow2-linux-fadcfa33b6319a5faf8af2287f08bf93a7f926b6.tar.gz kernel-qcow2-linux-fadcfa33b6319a5faf8af2287f08bf93a7f926b6.tar.xz kernel-qcow2-linux-fadcfa33b6319a5faf8af2287f08bf93a7f926b6.zip |
[HEADERS] One line per header in Kbuild files to reduce conflicts
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/byteorder')
-rw-r--r-- | include/linux/byteorder/Kbuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/linux/byteorder/Kbuild b/include/linux/byteorder/Kbuild index 84a57d4fb212..56499ab9e32e 100644 --- a/include/linux/byteorder/Kbuild +++ b/include/linux/byteorder/Kbuild @@ -1,2 +1,7 @@ -unifdef-y += generic.h swabb.h swab.h -header-y += big_endian.h little_endian.h pdp_endian.h +header-y += big_endian.h +header-y += little_endian.h +header-y += pdp_endian.h + +unifdef-y += generic.h +unifdef-y += swabb.h +unifdef-y += swab.h |