style.Makefile(5)
This commit is contained in:
parent
8c81529f45
commit
64477aef1d
@ -1,7 +1,9 @@
|
||||
#$FreeBSD$
|
||||
.PATH: ${.CURDIR}/../../dev/em
|
||||
KMOD = if_em
|
||||
SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
|
||||
SRCS += if_em.c if_em_hw.c
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/em
|
||||
|
||||
KMOD= if_em
|
||||
SRCS= if_em.c if_em_hw.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_bdg.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -1,11 +1,9 @@
|
||||
#$FreeBSD$
|
||||
.PATH: ${.CURDIR}/../../dev/ixgb
|
||||
KMOD = if_ixgb
|
||||
SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
|
||||
SRCS += if_ixgb.c ixgb_hw.c ixgb_ee.c
|
||||
clean:
|
||||
rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef*
|
||||
rm -f *.o *.kld *.ko
|
||||
rm -f @ machine
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ixgb
|
||||
|
||||
KMOD= if_ixgb
|
||||
SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_bdg.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user