From 7aa6e6fb4642bb219e7ecfc58c74e10d39809fb6 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 24 Mar 2020 15:20:33 +0100 Subject: [PATCH] ext: Remove unused Kconfig and folder Get rid of an unused Kconfig file that was unintentionally left in the folder, and the folder itself. Signed-off-by: Carles Cufi --- ext/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ext/Kconfig diff --git a/ext/Kconfig b/ext/Kconfig deleted file mode 100644 index 7c271dedf84..00000000000 --- a/ext/Kconfig +++ /dev/null @@ -1,10 +0,0 @@ -# External source code configuration options - -# Copyright (c) 2016 Linaro Ltd. -# SPDX-License-Identifier: Apache-2.0 - -menu "External Sources" - -source "ext/lib/fnmatch/Kconfig" - -endmenu