You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
521 B
24 lines
521 B
include include/asm-generic/Kbuild.asm
|
|
|
|
ALTARCH := sparc
|
|
ARCHDEF := defined __sparc__ && defined __arch64__
|
|
ALTARCHDEF := defined __sparc__ && !defined __arch64__
|
|
|
|
header-y += apb.h
|
|
header-y += asi.h
|
|
header-y += bbc.h
|
|
header-y += bpp.h
|
|
header-y += display7seg.h
|
|
header-y += envctrl.h
|
|
header-y += openprom.h
|
|
header-y += openpromio.h
|
|
header-y += pconf.h
|
|
header-y += psrcompat.h
|
|
header-y += pstate.h
|
|
header-y += reg.h
|
|
header-y += uctx.h
|
|
header-y += utrap.h
|
|
header-y += watchdog.h
|
|
|
|
unifdef-y += fbio.h
|
|
unifdef-y += perfctr.h
|
|
|