Commit b3cc872c authored by Lidza Louina's avatar Lidza Louina Committed by Greg Kroah-Hartman

staging: dgap: adds driver to kernel build

This patch adds the dgap driver to the kernel build process.
Signed-off-by: default avatarLidza Louina <lidza.louina@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b63c0539
...@@ -146,4 +146,6 @@ source "drivers/staging/xillybus/Kconfig" ...@@ -146,4 +146,6 @@ source "drivers/staging/xillybus/Kconfig"
source "drivers/staging/dgnc/Kconfig" source "drivers/staging/dgnc/Kconfig"
source "drivers/staging/dgap/Kconfig"
endif # STAGING endif # STAGING
...@@ -65,3 +65,4 @@ obj-$(CONFIG_LUSTRE_FS) += lustre/ ...@@ -65,3 +65,4 @@ obj-$(CONFIG_LUSTRE_FS) += lustre/
obj-$(CONFIG_USB_BTMTK) += btmtk_usb/ obj-$(CONFIG_USB_BTMTK) += btmtk_usb/
obj-$(CONFIG_XILLYBUS) += xillybus/ obj-$(CONFIG_XILLYBUS) += xillybus/
obj-$(CONFIG_DGNC) += dgnc/ obj-$(CONFIG_DGNC) += dgnc/
obj-$(CONFIG_DGAP) += dgap/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment