2c7834a6f1
Some more machvec overhauling and setup code cleanup. Kill off get_system_type() and platform_setup(), we can do these both through the machvec. While we're add it, kill off more useless mach.c's and drop some legacy cruft from setup.c. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
163 B
Makefile
9 lines
163 B
Makefile
#
|
|
# Makefile for the 7751 SolutionEngine specific parts of the kernel
|
|
#
|
|
|
|
obj-y := setup.o io.o irq.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_HEARTBEAT) += led.o
|