This website requires JavaScript.
Explore
Help
Register
Sign In
Evolution-x-devices
/
kernel_google_b1c1
Watch
2
Star
0
Fork
0
You've already forked kernel_google_b1c1
mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced
2026-02-08 06:21:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6e25db44a7ad7eb380f4ec774ec00a8fcddea112
kernel_google_b1c1
/
include
/
linux
/
byteorder
/
Kbuild
3 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Drop the exporting of empty <linux/byteorder/generic.h> Fix up the contents of <linux/byteorder/> so that it doesn't export a content-free generic.h to user space. This involves: * Removing the __KERNEL__ tests from generic.h and dropping it from Kbuild. * Wrapping the inclusions of generic.h in both big_endian.h and little_endian.h in __KERNEL__ tests. * Shifting big_endian.h and little_endian.h from header-y to unifdef-y in Kbuild. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-30 00:55:14 -07:00
unifdef-y += big_endian.h
unifdef-y += little_endian.h
Reference in New Issue
Copy Permalink