summaryrefslogtreecommitdiffstats
path: root/drivers/hab/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-01-25 19:52:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-02 15:41:04 +0100
commit8aabf498e15b1bc0c5095e9a983f15ffa53436b8 (patch)
tree3c22b811c648df28b514a77d55619db9df59666f /drivers/hab/Makefile
parent2ff23512d999a13afaa6f96b199b375a76cd1941 (diff)
downloadbarebox-8aabf498e15b1bc0c5095e9a983f15ffa53436b8.tar.gz
barebox-8aabf498e15b1bc0c5095e9a983f15ffa53436b8.tar.xz
hab: Add HABv3 status report function
Status reporting for HABv3 is different from HABv4. Add a status report function for HABv3. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/hab/Makefile')
-rw-r--r--drivers/hab/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hab/Makefile b/drivers/hab/Makefile
index 5c3b00c168..8528ef954f 100644
--- a/drivers/hab/Makefile
+++ b/drivers/hab/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_HABV4) += habv4.o
+obj-$(CONFIG_HABV3) += habv3.o