From 9a75a7cd03c957fd13c39f01402e952c5ad4aebc Mon Sep 17 00:00:00 2001 From: Dipen Patel Date: Fri, 22 Apr 2022 13:52:20 -0700 Subject: 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 Signed-off-by: Thierry Reding --- drivers/hte/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/hte/Makefile') 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 -- cgit v1.2.3