mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Tie the amr_linux module into the build for i386 & amd64
This commit is contained in:
parent
deb3633dfa
commit
ccaf930cfd
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../dev/amr
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
SUBDIR= amr_linux
|
||||
.endif
|
||||
|
||||
KMOD= amr
|
||||
SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue