mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable OPENMV 1 build.
This commit is contained in:
parent
afe07324c5
commit
bb0d0e778a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user