mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fixup build after move of ah_osdep.?
MFC after: 2 weeks
This commit is contained in:
parent
6432da677c
commit
e73ceabdc0
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@
|
|||
|
||||
KMOD= ath_rate
|
||||
SRCS= amrr.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h
|
||||
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h opt_inet.h
|
||||
|
||||
HAL= ${.CURDIR}/../../contrib/dev/ath
|
||||
CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
|
||||
CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${HAL}
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue