diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2017-02-22 04:50:52 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2017-02-22 04:50:52 +0000 |
| commit | b60b5e75a09a0a9cd14a8899944973b9fcd25b86 (patch) | |
| tree | 846b5abd6552f885186407ec61a3203ff50c41eb /sys/modules | |
| parent | d4dd31fd5e746146170236af009388b486c393ea (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/iwmfw/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/iwmfw/iwm7265Dfw/Makefile | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sys/modules/iwmfw/Makefile b/sys/modules/iwmfw/Makefile index 42027a0f33886..d38f542415304 100644 --- a/sys/modules/iwmfw/Makefile +++ b/sys/modules/iwmfw/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw +SUBDIR= iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw iwm7265Dfw .include <bsd.subdir.mk> diff --git a/sys/modules/iwmfw/iwm7265Dfw/Makefile b/sys/modules/iwmfw/iwm7265Dfw/Makefile new file mode 100644 index 0000000000000..2033d5e0879b5 --- /dev/null +++ b/sys/modules/iwmfw/iwm7265Dfw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwm7265Dfw +IMG= iwm-7265D-17 + +.include <bsd.kmod.mk> |
