Disable OPENMV 1 build.

This commit is contained in:
iabdalkader 2017-10-02 00:27:03 +02:00
parent afe07324c5
commit bb0d0e778a

View File

@ -53,6 +53,12 @@ else
CFLAGS += -O2 -ggdb3 -DNDEBUG
endif
# OpenMV1 is No longer supported
ifeq ($(TARGET), OPENMV1)
BRACKET = :)
$(error "OPENMV1 is no longer supported :O Have fun hacking the code $(BRACKET)")
endif
# Enable debug printf
ifeq ($(DEBUG_PRINTF), 1)
CFLAGS += -DDEBUG_PRINTF