diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-10-30 19:36:50 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-10-30 19:36:50 +0000 |
| commit | 988a7cd1a63fc4a3dbfcf68b65bce0981692b334 (patch) | |
| tree | 8345db7735f79a0262049f368d50d19886b3f7d6 /sys/modules | |
| parent | afa7e88a1819f90f6a2f9843df9c49f8daf6f0f3 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/iwmfw/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/iwmfw/iwm9000fw/Makefile | 6 | ||||
| -rw-r--r-- | sys/modules/iwmfw/iwm9260fw/Makefile | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/sys/modules/iwmfw/Makefile b/sys/modules/iwmfw/Makefile index 1cc71027c19a6..2ff820c032994 100644 --- a/sys/modules/iwmfw/Makefile +++ b/sys/modules/iwmfw/Makefile @@ -6,6 +6,8 @@ SUBDIR= iwm3160fw \ iwm7265fw \ iwm7265Dfw \ iwm8000Cfw \ - iwm8265fw + iwm8265fw \ + iwm9000fw \ + iwm9260fw .include <bsd.subdir.mk> diff --git a/sys/modules/iwmfw/iwm9000fw/Makefile b/sys/modules/iwmfw/iwm9000fw/Makefile new file mode 100644 index 0000000000000..d6435fa497ad7 --- /dev/null +++ b/sys/modules/iwmfw/iwm9000fw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwm9000fw +IMG= iwm-9000-43 + +.include <bsd.kmod.mk> diff --git a/sys/modules/iwmfw/iwm9260fw/Makefile b/sys/modules/iwmfw/iwm9260fw/Makefile new file mode 100644 index 0000000000000..60bc228682fe4 --- /dev/null +++ b/sys/modules/iwmfw/iwm9260fw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwm9260fw +IMG= iwm-9260-43 + +.include <bsd.kmod.mk> |
