[PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc
From: Stephen Warren <hidden>
Date: 2014-05-29 19:14:29
Also in:
linux-tegra, lkml
From: Stephen Warren <hidden>
Date: 2014-05-29 19:14:29
Also in:
linux-tegra, lkml
On 05/28/2014 06:54 AM, Peter De Schrijver wrote:
The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the building of that code, and disable the building of the old fuse code in arch/arm/mach-tegra/.
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 7eb4b69..994d02d 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile@@ -55,3 +55,5 @@ obj-$(CONFIG_SRAM) += sram.o obj-y += mic/ obj-$(CONFIG_GENWQE) += genwqe/ obj-$(CONFIG_ECHO) += echo/ +obj-y += fuse/ +
This adds an empty blank line to the end of the file.