summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-08-23 09:57:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-08-23 09:57:55 +0200
commit5b0c3cb80d1e16346f42165230496336e6d06de9 (patch)
treec2590a2e0e69b068e705dbc96f24a9e01f93a4e4 /arch/sandbox/Makefile
parent33f8161a72e2dd4911b60cb0eaee5f1a3a1bd0f3 (diff)
parent411e9ba6e803a35feb35ed2544e0cdf555161d65 (diff)
downloadbarebox-5b0c3cb80d1e16346f42165230496336e6d06de9.tar.gz
barebox-5b0c3cb80d1e16346f42165230496336e6d06de9.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 04fb7a1f1d..c2906c0b1c 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -43,11 +43,11 @@ archprepare: maketools
PHONY += maketools
ifeq ($(CONFIG_SDL),y)
-SDL_LIBS := $(shell pkg-config sdl2 --libs)
+SDL_LIBS := $(shell $(PKG_CONFIG) sdl2 --libs)
endif
ifeq ($(CONFIG_GPIO_LIBFTDI1),y)
-FTDI1_LIBS := $(shell pkg-config libftdi1 --libs)
+FTDI1_LIBS := $(shell $(PKG_CONFIG) libftdi1 --libs)
endif
ifeq ($(CONFIG_ASAN),y)