]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/mps/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>