cba4fbbff2
All asm/ipc.h files do only #include <asm-generic/ipc.h>. This patch therefore removes all include/asm-*/ipc.h files and moves the contents of include/asm-generic/ipc.h to include/linux/ipc.h. Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24 lines
521 B
Makefile
24 lines
521 B
Makefile
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
|