diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-08-16 20:19:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-08-16 20:19:05 +0000 |
commit | 27067774dce3388702a4cf744d7096c6fb71b688 (patch) | |
tree | 56300949abd050b3cd2e23d29210d2a567bc8aec /sys/modules/iwmfw/iwm8000Cfw/Makefile | |
parent | 44be0a8ea517cbe7a9140bca20e1e93228ac0a04 (diff) | |
parent | 915a263ea24ab051bb57674a4d6f5ffe4ef0d5b5 (diff) |
Merge ^/head r303250 through r304235.
Notes
Notes:
svn path=/projects/clang390-import/; revision=304236
Diffstat (limited to 'sys/modules/iwmfw/iwm8000Cfw/Makefile')
-rw-r--r-- | sys/modules/iwmfw/iwm8000Cfw/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/iwmfw/iwm8000Cfw/Makefile b/sys/modules/iwmfw/iwm8000Cfw/Makefile new file mode 100644 index 000000000000..22aa192e8f5f --- /dev/null +++ b/sys/modules/iwmfw/iwm8000Cfw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwm8000Cfw +IMG= iwm-8000C-16 + +.include <bsd.kmod.mk> |