diff options
author | Steven Rostedt <srostedt@redhat.com> | 2012-11-16 09:28:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-16 06:58:09 -0800 |
commit | 68a81291ff6650f3ff409ebfc58ef97dfe85a2e4 (patch) | |
tree | 5be5a36b54bfe0fd5d83faca6e485a879a609b79 /drivers/staging/sb105x/Makefile | |
parent | 77a807dcebc1be1e96dc8b47db2e598034e8a7c7 (diff) |
staging: Add SystemBase Multi-2/PCI driver
I ported the driver supplied by SystemBase to mainline.
As the driver had MODULE_LICENSE("GPL") it is declared as a GPL module
and thus I have the right to distribute it upstream. Note, I did the
bare minimum to get it working. It still needs a lot of loving.
Cc: hjchoi <hjchoi@sysbas.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sb105x/Makefile')
-rw-r--r-- | drivers/staging/sb105x/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/sb105x/Makefile b/drivers/staging/sb105x/Makefile new file mode 100644 index 000000000000..b1bf3779acae --- /dev/null +++ b/drivers/staging/sb105x/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_SB105X) += sb105x.o + +sb105x-y := sb_pci_mp.o |