1 # $FreeBSD$ 2 3 .PATH: ${SRCTOP}/sys/dev/mgb 4 5 KMOD = if_mgb 6 SRCS = if_mgb.c 7 SRCS += device_if.h bus_if.h pci_if.h 8 SRCS += ifdi_if.h opt_platform.h 9 SRCS += miibus_if.h 10 11 #CFLAGS+= -DIFLIB 12 13 .include <bsd.kmod.mk> 14
Cache object: da41e907f564c1bd81f88adcefa7130e
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.