diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-11-11 22:22:09 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-21 17:08:17 +0100 |
commit | 0795cd29b6fe05107b40080cb1fccadb96320c96 (patch) | |
tree | 36618d9489bb4e9dc8abd2505e48528c92facb65 /drivers/net/wireless/ipw2x00/Makefile | |
parent | lib80211: consolidate crypt init routines (diff) | |
download | linux-0795cd29b6fe05107b40080cb1fccadb96320c96.tar.xz linux-0795cd29b6fe05107b40080cb1fccadb96320c96.zip |
ipw2x00: relocate ipw2100/ipw2200 to common directory
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ipw2x00/Makefile')
-rw-r--r-- | drivers/net/wireless/ipw2x00/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/ipw2x00/Makefile b/drivers/net/wireless/ipw2x00/Makefile new file mode 100644 index 000000000000..dbc0d81b6faa --- /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 |