swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: de46c33745f5e2ad594c72f2cf5f490861b16ce1 authored by Linus Torvalds on 26 April 2007, 03:08:32 UTC
Linux 2.6.21
Tip revision: de46c33
Kbuild
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 += const.h
header-y += display7seg.h
header-y += envctrl.h
header-y += ipc.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
back to top