2006-01-16 22:14:08 -08:00
|
|
|
#
|
|
|
|
# Makefile for the HP6xx specific parts of the kernel
|
|
|
|
#
|
|
|
|
|
2007-05-01 12:21:26 +09:00
|
|
|
obj-y := setup.o
|
2006-09-27 16:20:22 +09:00
|
|
|
obj-$(CONFIG_PM) += pm.o pm_wakeup.o
|
2007-05-01 12:21:26 +09:00
|
|
|
obj-$(CONFIG_APM_EMULATION) += hp6xx_apm.o
|