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