Skip to content

Commit

Permalink
parisc: move core-y in arch/parisc/Makefile to arch/parisc/Kbuild
Browse files Browse the repository at this point in the history
Use obj-y to clean up Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Masahiro Yamada authored and Helge Deller committed Aug 30, 2021
1 parent 0c38502 commit 6ef4661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions arch/parisc/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += mm/ kernel/ math-emu/
3 changes: 0 additions & 3 deletions arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ KBUILD_CFLAGS += $(cflags-y)
LIBGCC := $(shell $(CC) -print-libgcc-file-name)
export LIBGCC

kernel-y := mm/ kernel/ math-emu/

core-y += $(addprefix arch/parisc/, $(kernel-y))
libs-y += arch/parisc/lib/ $(LIBGCC)

boot := arch/parisc/boot
Expand Down

0 comments on commit 6ef4661

Please sign in to comment.