From e892defd78fa5734ec130a9940006c94458aa0e5 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 16 May 2021 11:35:05 -0400 Subject: [PATCH] helping jenkins --- unit_tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/Makefile b/unit_tests/Makefile index 7e440bd9c4..d0d85ed481 100644 --- a/unit_tests/Makefile +++ b/unit_tests/Makefile @@ -42,6 +42,7 @@ CPPSRC += $(ALLCPPSRC) \ $(TRIGGER_DECODERS_SRC_CPP) \ $(ENGINES_SRC_CPP) \ $(CONTROLLERS_SRC_CPP) \ + $(HW_LAYER_DRIVERS_CPP) \ $(CONTROLLERS_CORE_SRC_CPP) \ $(CONTROLLERS_MATH_SRC_CPP) \ $(CONTROLLERS_SENSORS_SRC_CPP) \