]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/mps/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / modules / mps / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/mps
4
5 KMOD=   mps
6 SRCS=   mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c
7 SRCS+=  opt_mps.h opt_cam.h opt_compat.h
8 SRCS+=  device_if.h bus_if.h pci_if.h
9
10 #CFLAGS += -DMPS_DEBUG
11 DEBUG += -g
12
13 .include <bsd.kmod.mk>