summaryrefslogtreecommitdiff
path: root/src/drivers/trident
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/trident')
-rw-r--r--src/drivers/trident/Kconfig2
-rw-r--r--src/drivers/trident/Makefile.inc1
-rw-r--r--src/drivers/trident/blade3d/Kconfig2
-rw-r--r--src/drivers/trident/blade3d/Makefile.inc1
4 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/trident/Kconfig b/src/drivers/trident/Kconfig
new file mode 100644
index 0000000000..691891deab
--- /dev/null
+++ b/src/drivers/trident/Kconfig
@@ -0,0 +1,2 @@
+source src/drivers/trident/blade3d/Kconfig
+
diff --git a/src/drivers/trident/Makefile.inc b/src/drivers/trident/Makefile.inc
new file mode 100644
index 0000000000..730f8aba77
--- /dev/null
+++ b/src/drivers/trident/Makefile.inc
@@ -0,0 +1 @@
+subdirs-y += blade3d
diff --git a/src/drivers/trident/blade3d/Kconfig b/src/drivers/trident/blade3d/Kconfig
new file mode 100644
index 0000000000..c5e2de0c2f
--- /dev/null
+++ b/src/drivers/trident/blade3d/Kconfig
@@ -0,0 +1,2 @@
+config DRIVERS_TRIDENT_BLADE3D
+ bool
diff --git a/src/drivers/trident/blade3d/Makefile.inc b/src/drivers/trident/blade3d/Makefile.inc
new file mode 100644
index 0000000000..390ae13704
--- /dev/null
+++ b/src/drivers/trident/blade3d/Makefile.inc
@@ -0,0 +1 @@
+driver-$(CONFIG_DRIVERS_TRIDENT_BLADE3D) += blade3d.c