summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/Makefile2
-rw-r--r--drivers/hab/Makefile1
-rw-r--r--drivers/hab/habv4.c (renamed from drivers/habv4/habv4.c)2
-rw-r--r--drivers/habv4/Makefile1
4 files changed, 3 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 3afbb61b2d..8a8c8c44bd 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -30,4 +30,4 @@ obj-$(CONFIG_PCI) += pci/
obj-y += rtc/
obj-$(CONFIG_FIRMWARE) += firmware/
obj-$(CONFIG_GENERIC_PHY) += phy/
-obj-$(CONFIG_HABV4) += habv4/
+obj-$(CONFIG_HAB) += hab/
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
diff --git a/drivers/habv4/habv4.c b/drivers/hab/habv4.c
index 5ace0def2a..8521b88d03 100644
--- a/drivers/habv4/habv4.c
+++ b/drivers/hab/habv4.c
@@ -19,7 +19,7 @@
#define pr_fmt(fmt) "HABv4: " fmt
#include <common.h>
-#include <habv4.h>
+#include <hab.h>
#include <types.h>
#include <mach/generic.h>
diff --git a/drivers/habv4/Makefile b/drivers/habv4/Makefile
deleted file mode 100644
index 40b3253147..0000000000
--- a/drivers/habv4/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-obj-y += habv4.o