summaryrefslogtreecommitdiff
path: root/drivers/hte/Makefile
diff options
context:
space:
mode:
authorDipen Patel <dipenp@nvidia.com>2022-04-22 23:52:20 +0300
committerThierry Reding <treding@nvidia.com>2022-05-04 12:06:14 +0300
commit9a75a7cd03c957fd13c39f01402e952c5ad4aebc (patch)
tree553dc445691f8b19a35b10d06725acd3879f71bf /drivers/hte/Makefile
parented94eb2e22846e04ea32fe2282b49cb293ae88e2 (diff)
downloadlinux-9a75a7cd03c957fd13c39f01402e952c5ad4aebc.tar.xz
hte: Add Tegra HTE test driver
The test driver uses IRQ and GPIO lines to timestamp using HTE subsystem. The patch also adds compilation support in Kconfig and Makefile. Signed-off-by: Dipen Patel <dipenp@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/hte/Makefile')
-rw-r--r--drivers/hte/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hte/Makefile b/drivers/hte/Makefile
index 3ae7c4029991..8cca124849d2 100644
--- a/drivers/hte/Makefile
+++ b/drivers/hte/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_HTE) += hte.o
obj-$(CONFIG_HTE_TEGRA194) += hte-tegra194.o
-
+obj-$(CONFIG_HTE_TEGRA194_TEST) += hte-tegra194-test.o