#
# Makefile for the Linux kernel hotplug controller drivers.
#

O_TARGET := hotplug_pci.o

obj-y    := ctrl.o cpqphp.o resmgr.o pci.o proc.o support.o
obj-$(CONFIG_HOTPLUG_PCI_COMPAQ)    := $(O_TARGET)

include $(TOPDIR)/Rules.make
