Searched refs:LIBDW_VERSION (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/build/feature/ |
| H 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)))
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.config | 158 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 159 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 160 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|