From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> In order to clean up the directory structure, move the features.mk into the scripts directory. That's where the helper files for the Makefile should live anyway. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 2 +- features.mk => scripts/features.mk | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename features.mk => scripts/features.mk (100%) diff --git a/Makefile b/Makefile index 284f8f2a17ab..e84b41408b54 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ include scripts/utils.mk INCLUDES = -I$(src)/include INCLUDES += -I$(src)/include/tracefs -include $(src)/features.mk +include $(src)/scripts/features.mk # Set compile option CFLAGS if not set elsewhere CFLAGS ?= -g -Wall diff --git a/features.mk b/scripts/features.mk similarity index 100% rename from features.mk rename to scripts/features.mk -- 2.28.0