1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/mps 4 5KMOD= mps 6SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c 7SRCS+= opt_mps.h opt_cam.h opt_compat.h 8SRCS+= device_if.h bus_if.h pci_if.h 9 10#CFLAGS += -DMPS_DEBUG 11DEBUG += -g 12 13.include <bsd.kmod.mk> 14