12f345d8eSLuigi Rizzo# 22f345d8eSLuigi Rizzo# $FreeBSD$ 32f345d8eSLuigi Rizzo# 42f345d8eSLuigi Rizzo 5193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/oce 612b4b5a0SJohn BaldwinKMOD = if_oce 72f345d8eSLuigi RizzoSRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c 808e00a39SBjoern A. ZeebSRCS += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h 92f345d8eSLuigi Rizzo 10*b09e7a4fSMark JohnstonCFLAGS+= -I${SRCTOP}/sys/dev/oce 112f345d8eSLuigi Rizzo 122f345d8eSLuigi Rizzo# uncomment for lock profiling statistics 132f345d8eSLuigi Rizzo#CFLAGS += -DLOCK_PROFILING 142f345d8eSLuigi Rizzo 152f345d8eSLuigi Rizzo.include <bsd.kmod.mk> 16