diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-24 01:18:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 19:00:22 +0100 |
commit | 143ee2d5557c0598a97f3089eb29e8226e0e8cee (patch) | |
tree | 94e5e4a532a9d48a252e448a4b7be76b80899f10 /drivers/net/wimax/Makefile | |
parent | i2400m/SDIO: TX and RX path backends (diff) | |
download | linux-143ee2d5557c0598a97f3089eb29e8226e0e8cee.tar.xz linux-143ee2d5557c0598a97f3089eb29e8226e0e8cee.zip |
i2400m: Makefile and Kconfig
Integrate the i2400m driver into the kernel's build and Kconfig.
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/net/wimax/Makefile')
-rw-r--r-- | drivers/net/wimax/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wimax/Makefile b/drivers/net/wimax/Makefile new file mode 100644 index 000000000000..992bc02bc016 --- /dev/null +++ b/drivers/net/wimax/Makefile @@ -0,0 +1,5 @@ + +obj-$(CONFIG_WIMAX_I2400M) += i2400m/ + +# (from Sam Ravnborg) force kbuild to create built-in.o +obj- := dummy.o |