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