Searched refs:LIBDW_VERSION (Results 1 – 2 of 2) sorted by relevance
| /tools/build/feature/ |
| A D | Makefile | 173 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 macro 174 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 175 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|
| /tools/perf/ |
| A D | Makefile.config | 160 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 161 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 162 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|
Completed in 6 milliseconds