mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-11 09:18:35 +00:00
Also deletes files in arch/ppc64 that are no longer used now that we don't compile with ARCH=ppc64 any more. Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
126 B
Makefile
8 lines
126 B
Makefile
#
|
|
# Makefile for the linux ppc64 kernel.
|
|
#
|
|
|
|
obj-y += idle.o align.o
|
|
|
|
obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o
|