mirror of
https://github.com/torvalds/linux.git
synced 2026-07-18 19:47:46 +02: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
|