blob: 4b0fe29e5612eb0fc2567ee477cb19c866c9941e (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the HP6xx specific parts of the kernel
#
obj-y := setup.o
obj-$(CONFIG_PM) += pm.o pm_wakeup.o
obj-$(CONFIG_APM_EMULATION) += hp6xx_apm.o
|