Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
[iot2.git] / benchmarks / Makefile
index f4cbd4c69c601c52ccc9c8981c6a634b7338040a..5ed4629ce95a98c029be50ac5b2c66be803e0fbd 100644 (file)
@@ -4,7 +4,7 @@ BOOFJARS := $(BOOFDIR)/BoofCV-feature-0.21.jar:$(BOOFDIR)/BoofCV-io-0.21.jar:$(B
 
 include $(BASE)/common.mk
 
-all: interfaces annotation drivers Lifxtest SmartLights Irrigation Speaker
+all: interfaces annotation drivers Lifxtest SmartLights Irrigation Speaker HomeSecurity
 
 PHONY += interfaces
 interfaces:
@@ -34,4 +34,8 @@ PHONY += Speaker
 Speaker:
        $(MAKE) -C SpeakerController
 
+PHONY += HomeSecurity
+HomeSecurity:
+       $(MAKE) -C HomeSecurityController
+
 .PHONY: $(PHONY)