From 8aabf498e15b1bc0c5095e9a983f15ffa53436b8 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 25 Jan 2016 19:52:12 +0100 Subject: 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 --- drivers/hab/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/hab/Makefile') 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 -- cgit v1.2.3