Searched refs:LIBDW_VERSION (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/build/feature/ |
| H A D | Makefile | 167 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 168 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 169 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION))) 166 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 global() macro
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 191 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 192 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 193 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|