diff options
Diffstat (limited to 'sys/modules/ntb/Makefile')
-rw-r--r-- | sys/modules/ntb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ntb/Makefile b/sys/modules/ntb/Makefile index f71ef09d9b35..ff69f4cf6296 100644 --- a/sys/modules/ntb/Makefile +++ b/sys/modules/ntb/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= ntb ntb_hw_intel ntb_hw_plx ntb_transport if_ntb +SUBDIR= ntb ntb_hw_amd ntb_hw_intel ntb_hw_plx ntb_transport if_ntb .include <bsd.subdir.mk> |