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