Makefile: make directories by Makefile.build

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada
2013-11-11 14:35:54 +09:00
committed by Tom Rini
parent 36cf0a845c
commit e5c5301f14
68 changed files with 7 additions and 247 deletions

View File

@@ -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

View File

@@ -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