diff options
Diffstat (limited to 'include/linux/byteorder')
-rw-r--r-- | include/linux/byteorder/Kbuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/byteorder/Kbuild b/include/linux/byteorder/Kbuild new file mode 100644 index 00000000000..56499ab9e32 --- /dev/null +++ b/include/linux/byteorder/Kbuild @@ -0,0 +1,7 @@ +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 |