mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
b1a8bf92a0
sparc64 exports openprom.h to userspace so let sparc follow the example. As openprom.h pulled in another not-for-export vaddrs.h header file it required a few changes to fix the build. The definition af VMALLOC_* were moved to pgtable as this is where sparc64 has them. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
22 lines
445 B
Makefile
22 lines
445 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += apc.h
|
|
header-y += asi.h
|
|
header-y += bpp.h
|
|
header-y += display7seg.h
|
|
header-y += envctrl.h
|
|
header-y += jsflash.h
|
|
header-y += openprom.h
|
|
header-y += openpromio.h
|
|
header-y += psrcompat.h
|
|
header-y += pstate.h
|
|
header-y += reg.h
|
|
header-y += traps.h
|
|
header-y += uctx.h
|
|
header-y += utrap.h
|
|
header-y += vfc_ioctls.h
|
|
header-y += watchdog.h
|
|
|
|
unifdef-y += fbio.h
|
|
unifdef-y += perfctr.h
|
|
unifdef-y += psr.h
|