staging: dgap: adds driver to kernel build
This patch adds the dgap driver to the kernel build process. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b63c05394f
commit
b3cc872c1b
|
@ -146,4 +146,6 @@ source "drivers/staging/xillybus/Kconfig"
|
|||
|
||||
source "drivers/staging/dgnc/Kconfig"
|
||||
|
||||
source "drivers/staging/dgap/Kconfig"
|
||||
|
||||
endif # STAGING
|
||||
|
|
|
@ -65,3 +65,4 @@ obj-$(CONFIG_LUSTRE_FS) += lustre/
|
|||
obj-$(CONFIG_USB_BTMTK) += btmtk_usb/
|
||||
obj-$(CONFIG_XILLYBUS) += xillybus/
|
||||
obj-$(CONFIG_DGNC) += dgnc/
|
||||
obj-$(CONFIG_DGAP) += dgap/
|
||||
|
|
Loading…
Reference in New Issue