Commit cbdf59ad authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

treewide: remove dummy Makefiles for single targets



Now that the single target build descends into sub-directories in the
same way as the normal build, these dummy Makefiles are not needed
any more.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 394053f4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
+0 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
subdir-ccflags-y += -I$(src)/..
+0 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
subdir-ccflags-y += -I$(src)/..
+0 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
subdir-ccflags-y += -I$(src)/..
+0 −1
Original line number Diff line number Diff line
subdir-ccflags-y += -I$(src)/../..
Loading