parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile
This ccflags-y is never used because arch/parisc/boot/Makefile only contains objcopy and install targets. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
c288ac978c
commit
f9d91f7dc2
|
@ -2,12 +2,6 @@
|
||||||
# Makefile for the linux parisc-specific parts of the boot image creator.
|
# Makefile for the linux parisc-specific parts of the boot image creator.
|
||||||
#
|
#
|
||||||
|
|
||||||
COMPILE_VERSION := __linux_compile_version_id__`hostname | \
|
|
||||||
tr -c '[0-9A-Za-z]' '_'`__`date | \
|
|
||||||
tr -c '[0-9A-Za-z]' '_'`_t
|
|
||||||
|
|
||||||
ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
|
|
||||||
|
|
||||||
targets := image
|
targets := image
|
||||||
targets += bzImage
|
targets += bzImage
|
||||||
subdir- := compressed
|
subdir- := compressed
|
||||||
|
|
Loading…
Reference in New Issue