mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
4 lines
128 B
Makefile
4 lines
128 B
Makefile
obj-$(CONFIG_HTE) += hte.o
|
|
obj-$(CONFIG_HTE_TEGRA194) += hte-tegra194.o
|
|
obj-$(CONFIG_HTE_TEGRA194_TEST) += hte-tegra194-test.o
|