Home | History | Annotate | Download | only in modp_b64

Lines Matching refs:BASE_VER

125 # If BASE_VER is not set, read the libchrome revision number from
126 # common-mk/BASE_VER file.
127 ifeq ($(strip $(BASE_VER)),)
128 BASE_VER := $(shell cat $(SRC)/../common-mk/BASE_VER)
130 $(info Using BASE_VER=$(BASE_VER))