From 6cb697e6d80ae3d820163941eafdf079bd63285e Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 2 Jun 2023 09:16:37 +0200 Subject: [PATCH] base: remove ancient artifact of config library The config library was removed in issue #2431 in 2017. --- repos/base/recipes/api/base/content.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/base/recipes/api/base/content.mk b/repos/base/recipes/api/base/content.mk index 38b16ebcb6..9835b241bf 100644 --- a/repos/base/recipes/api/base/content.mk +++ b/repos/base/recipes/api/base/content.mk @@ -13,7 +13,6 @@ lib: mkdir -p lib/mk lib/symbols cp $(addprefix $(REP_DIR)/lib/mk/,$(LIB_MK_FILES)) lib/mk/ cp $(REP_DIR)/lib/symbols/ld lib/symbols/ - touch lib/mk/config.mk sed -i "/KERNEL/d" lib/mk/ld.mk SPECS := x86_32 x86_64 32bit 64bit