summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
Diffstat (limited to 'backport')
-rw-r--r--backport/Kconfig.sources2
-rw-r--r--backport/Makefile.kernel2
2 files changed, 4 insertions, 0 deletions
diff --git a/backport/Kconfig.sources b/backport/Kconfig.sources
index d1d88343..b4083a6d 100644
--- a/backport/Kconfig.sources
+++ b/backport/Kconfig.sources
@@ -17,3 +17,5 @@ source "$BACKPORT_DIR/net/nfc/Kconfig"
source "$BACKPORT_DIR/drivers/media/Kconfig"
source "$BACKPORT_DIR/drivers/usb/class/Kconfig"
+
+source "$BACKPORT_DIR/drivers/staging/Kconfig"
diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel
index 6c84c2d7..6eb62cb9 100644
--- a/backport/Makefile.kernel
+++ b/backport/Makefile.kernel
@@ -52,3 +52,5 @@ obj-$(CPTCFG_MEDIA_SUPPORT) += drivers/media/
obj-$(CPTCFG_USB_WDM) += drivers/usb/class/
obj-$(CPTCFG_USB_USBNET) += drivers/net/usb/
+
+obj-$(CPTCFG_STAGING) += drivers/staging/