staging: dgnc: add driver to kernel build
This patch adds the dgnc 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
62a86e50e7
commit
53c55fa228
@ -142,4 +142,6 @@ source "drivers/staging/btmtk_usb/Kconfig"
|
||||
|
||||
source "drivers/staging/xillybus/Kconfig"
|
||||
|
||||
source "drivers/staging/dgnc/Kconfig"
|
||||
|
||||
endif # STAGING
|
||||
|
@ -63,3 +63,4 @@ obj-$(CONFIG_USB_DWC2) += dwc2/
|
||||
obj-$(CONFIG_LUSTRE_FS) += lustre/
|
||||
obj-$(CONFIG_USB_BTMTK) += btmtk_usb/
|
||||
obj-$(CONFIG_XILLYBUS) += xillybus/
|
||||
obj-$(CONFIG_DGNC) += dgnc/
|
||||
|
Loading…
Reference in New Issue
Block a user