From 2ff23512d999a13afaa6f96b199b375a76cd1941 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 25 Jan 2016 19:20:14 +0100 Subject: imx: hab: rename driver dir to hab/ There's not only HABv4 but also HABv3. No need to put the corresponding code in separate directories, so rename the habv4 directory to hab. Signed-off-by: Sascha Hauer --- drivers/hab/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 100644 drivers/hab/Makefile (limited to 'drivers/hab/Makefile') diff --git a/drivers/hab/Makefile b/drivers/hab/Makefile new file mode 100644 index 0000000000..5c3b00c168 --- /dev/null +++ b/drivers/hab/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_HABV4) += habv4.o -- cgit v1.2.3