mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
parisc: suppress error messages for 'make clean'
Avoid error messages when running 'make ARCH=parisc clean'. Noticed-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
0e698dfa28
commit
0d341e0ddb
@ -21,8 +21,6 @@ KBUILD_IMAGE := vmlinuz
|
|||||||
|
|
||||||
NM = sh $(srctree)/arch/parisc/nm
|
NM = sh $(srctree)/arch/parisc/nm
|
||||||
CHECKFLAGS += -D__hppa__=1
|
CHECKFLAGS += -D__hppa__=1
|
||||||
LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
|
||||||
export LIBGCC
|
|
||||||
|
|
||||||
ifdef CONFIG_64BIT
|
ifdef CONFIG_64BIT
|
||||||
UTS_MACHINE := parisc64
|
UTS_MACHINE := parisc64
|
||||||
@ -110,6 +108,8 @@ cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000
|
|||||||
head-y := arch/parisc/kernel/head.o
|
head-y := arch/parisc/kernel/head.o
|
||||||
|
|
||||||
KBUILD_CFLAGS += $(cflags-y)
|
KBUILD_CFLAGS += $(cflags-y)
|
||||||
|
LIBGCC := $(shell $(CC) -print-libgcc-file-name)
|
||||||
|
export LIBGCC
|
||||||
|
|
||||||
kernel-y := mm/ kernel/ math-emu/
|
kernel-y := mm/ kernel/ math-emu/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user