Disable OMV2 build.

This commit is contained in:
iabdalkader 2018-05-06 23:41:51 +02:00
parent f264c60664
commit da7f797429

View File

@ -57,9 +57,9 @@ CFLAGS += -O2 -ggdb3 -DNDEBUG
endif
# OpenMV1 is No longer supported
ifeq ($(TARGET), OPENMV1)
ifeq ($(TARGET), $(filter $(TARGET),OPENMV1 OPENMV2))
BRACKET = :)
$(error "OPENMV1 is no longer supported :O Have fun hacking the code $(BRACKET)")
$(error "This camera is no longer supported :O Have fun hacking the code $(BRACKET)")
endif
# Enable debug printf