mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08:00
1d8cca44b6
This is needed during the transition to the new byteorder headers as the swabb.h functionality will be provided from asm/byteorder.h in the new version. To avoid breakage on arches still using the old implementation, provide swabb.h from asm/byteorder.h as well. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5 lines
96 B
Makefile
5 lines
96 B
Makefile
unifdef-y += big_endian.h
|
|
unifdef-y += little_endian.h
|
|
unifdef-y += swab.h
|
|
unifdef-y += swabb.h
|