Message ID | 20201208215504.294115386@goodmis.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 090c71b5896b9b58c9f62ca0fe8f0aecb964d4b5 |
Headers | show |
Series | libtracefs: Clean up of the source directory | expand |
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