commit 5846982604cbb6cdbd84ba29540bc7a386630459
parent 3c2ab0ba194445c700ebd79bc8d0f1f2d937a360
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 11 Oct 2023 15:45:43 +0200
Negligible update of Makefile macro definition
Ensure alphabetical order
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -13,8 +13,8 @@ BUILD_TYPE = RELEASE
AR = ar
CC = cc
LD = ld
-PKG_CONFIG = pkg-config
OBJCOPY = objcopy
+PKG_CONFIG = pkg-config
RANLIB = ranlib
################################################################################