[PATCH 02/16] dept: Implement Dept(Dependency Tracker)
Steven Rostedt
rostedt at goodmis.org
Thu Feb 17 15:54:28 UTC 2022
On Thu, 17 Feb 2022 19:57:38 +0900
Byungchul Park <byungchul.park at lge.com> wrote:
> diff --git a/kernel/dependency/Makefile b/kernel/dependency/Makefile
> new file mode 100644
> index 0000000..9f7778e
> --- /dev/null
> +++ b/kernel/dependency/Makefile
> @@ -0,0 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
> +
> +obj-$(CONFIG_DEPT) += dept.o
> +
FYI, git complains about the extra new line at the end of the file.
-- Steve
> diff --git a/kernel/dependency/dept.c b/kernel/dependency/dept.c
More information about the dri-devel
mailing list