summaryrefslogtreecommitdiff
path: root/serial_link.mk
blob: 51d33fcb41c0c1df603f2945919d772207fa5454 (plain)
1
2
3
4
5
6
7
8
9
10
11
CGREEN_LIB = $(BUILDDIR)/cgreen/build-c/src/libcgreen.a

.phony testserial:
testserial: $(CGREEN_LIB)

CGREEN_DIR = "$(CURDIR)/$(SERIAL_DIR)/cgreen/cgreen"
CGREEN_BUILD_DIR = "$(CURDIR)/$(BUILDDIR)/cgreen"
export CGREEN_DIR
export CGREEN_BUILD_DIR
$(CGREEN_LIB):
	make -C $(SERIAL_DIR)/cgreen