diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-11 18:41:16 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-08-30 10:18:25 +0200 |
commit | 6ef4661cad32b5098ffb31be3282c866befde85f (patch) | |
tree | 86532fcb61fa8aec8b859811d9752ce692f3bdce /arch/parisc/Kbuild | |
parent | parisc: switch from 'pci_' to 'dma_' API (diff) | |
download | linux-6ef4661cad32b5098ffb31be3282c866befde85f.tar.xz linux-6ef4661cad32b5098ffb31be3282c866befde85f.zip |
parisc: move core-y in arch/parisc/Makefile to arch/parisc/Kbuild
Use obj-y to clean up Makefile.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kbuild')
-rw-r--r-- | arch/parisc/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kbuild b/arch/parisc/Kbuild index a4e40e534e6a..3c068b700a81 100644 --- a/arch/parisc/Kbuild +++ b/arch/parisc/Kbuild @@ -1 +1,2 @@ # SPDX-License-Identifier: GPL-2.0-only +obj-y += mm/ kernel/ math-emu/ |