Firmware projects based on libopencm3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
GIT_VERSION:=$(shell git describe --tags)
|
|
|
|
LIBCOMMON_DIR = ../../libcommon
|
|
CPPFLAGS += -I$(LIBCOMMON_DIR)/include -D_GNU_SOURCE -DGIT_VERSION=\"$(GIT_VERSION)\"
|
|
vpath %.c $(LIBCOMMON_DIR)/src/
|
|
|