diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:35:54 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:31 -0500 |
commit | e5c5301f1444ea454d17a368bb5138e0f3a59247 (patch) | |
tree | 02ba8dee661c5b8cc4f8529ffd2e1fda4262241d /arch/powerpc/cpu/mpc824x | |
parent | 36cf0a845c869c514a6cc20a953c53a086251d2f (diff) | |
download | u-boot-imx-e5c5301f1444ea454d17a368bb5138e0f3a59247.zip u-boot-imx-e5c5301f1444ea454d17a368bb5138e0f3a59247.tar.gz u-boot-imx-e5c5301f1444ea454d17a368bb5138e0f3a59247.tar.bz2 |
Makefile: make directories by Makefile.build
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc824x')
-rw-r--r-- | arch/powerpc/cpu/mpc824x/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc824x/Makefile b/arch/powerpc/cpu/mpc824x/Makefile index 67b0d17..194fadd 100644 --- a/arch/powerpc/cpu/mpc824x/Makefile +++ b/arch/powerpc/cpu/mpc824x/Makefile @@ -5,10 +5,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifneq ($(OBJTREE),$(SRCTREE)) -$(shell mkdir -p $(obj)drivers/epic $(obj)drivers/i2c) -endif - extra-y = start.o obj-y = traps.o cpu.o cpu_init.o interrupts.o speed.o \ drivers/epic/epic1.o drivers/i2c/i2c.o pci.o |