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>
8 lines
149 B
Makefile
8 lines
149 B
Makefile
#
|
|
# Makefile for the HP6xx specific parts of the kernel
|
|
#
|
|
|
|
obj-y := setup.o
|
|
obj-$(CONFIG_PM) += pm.o pm_wakeup.o
|
|
obj-$(CONFIG_APM) += hp6xx_apm.o
|