On Thu, 17 Feb 2022 19:57:38 +0900 Byungchul Park <byungchul.park@xxxxxxx> 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