# | |
# ia64/drivers/Makefile | |
# | |
# Copyright (C) 2003 Hewlett-Packard Co. | |
# Bjorn Helgaas <bjorn.helgaas@hp.com> | |
O_TARGET := drivers.o | |
obj-$(CONFIG_HP_SIMETH) += simeth.o | |
obj-$(CONFIG_HP_SIMSERIAL) += simserial.o | |
obj-$(CONFIG_HP_SIMSCSI) += simscsi.o | |
include $(TOPDIR)/Rules.make |