Makefile: make directories by Makefile.build
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
36cf0a845c
commit
e5c5301f14
@@ -9,8 +9,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
ifneq ($(OBJTREE),$(SRCTREE))
|
||||
$(shell mkdir -p $(obj)../../xilinx/ppc405-generic)
|
||||
endif
|
||||
|
||||
obj-y += ../../xilinx/ppc405-generic/xilinx_ppc405_generic.o
|
||||
|
||||
@@ -9,9 +9,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
ifneq ($(OBJTREE),$(SRCTREE))
|
||||
$(shell mkdir -p $(obj)../../xilinx/ppc440-generic)
|
||||
endif
|
||||
|
||||
obj-y += ../../xilinx/ppc440-generic/xilinx_ppc440_generic.o
|
||||
extra-y += ../../xilinx/ppc440-generic/init.o
|
||||
|
||||
Reference in New Issue
Block a user