commit | 0795cd29b6fe05107b40080cb1fccadb96320c96 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Tue Nov 11 16:22:09 2008 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 21 11:08:17 2008 -0500 |
tree | 36618d9489bb4e9dc8abd2505e48528c92facb65 | |
parent | 2ba4b32ecf748d5f45f298fc9677fa46d1dd9aff [diff] [blame] |
ipw2x00: relocate ipw2100/ipw2200 to common directory Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/drivers/net/wireless/ipw2x00/Makefile b/drivers/net/wireless/ipw2x00/Makefile new file mode 100644 index 0000000..dbc0d81 --- /dev/null +++ b/drivers/net/wireless/ipw2x00/Makefile
@@ -0,0 +1,6 @@ +# +# Makefile for the Intel Centrino wireless drivers +# + +obj-$(CONFIG_IPW2100) += ipw2100.o +obj-$(CONFIG_IPW2200) += ipw2200.o