diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-11 04:52:00 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 04:23:18 -0500 |
commit | f96182e959a41e35df0adae9ae09a49ff8a618a8 (patch) | |
tree | e33c62be09a5f40812c888bc7d5722b9aaa81515 /Makefile | |
parent | 91f382a46822c7a2913e6fabb2b882cc0f23144a (diff) |
firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/
Currently, the 'firmware' directory only contains a single Makefile
to embed extra firmware into the kernel.
Move it to the more relevant place.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -583,7 +583,7 @@ export KBUILD_MODULES KBUILD_BUILTIN | |||
583 | ifeq ($(KBUILD_EXTMOD),) | 583 | ifeq ($(KBUILD_EXTMOD),) |
584 | # Objects we will link into vmlinux / subdirs we need to visit | 584 | # Objects we will link into vmlinux / subdirs we need to visit |
585 | init-y := init/ | 585 | init-y := init/ |
586 | drivers-y := drivers/ sound/ firmware/ | 586 | drivers-y := drivers/ sound/ |
587 | net-y := net/ | 587 | net-y := net/ |
588 | libs-y := lib/ | 588 | libs-y := lib/ |
589 | core-y := usr/ | 589 | core-y := usr/ |