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 /board/nvidia | |
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 'board/nvidia')
-rw-r--r-- | board/nvidia/beaver/Makefile | 2 | ||||
-rw-r--r-- | board/nvidia/ventana/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/board/nvidia/beaver/Makefile b/board/nvidia/beaver/Makefile index f828f52..1f7c31d 100644 --- a/board/nvidia/beaver/Makefile +++ b/board/nvidia/beaver/Makefile @@ -14,6 +14,4 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -$(shell mkdir -p $(obj)../cardhu) - obj-y = ../cardhu/cardhu.o diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile index 7265cfc..f67044f 100644 --- a/board/nvidia/ventana/Makefile +++ b/board/nvidia/ventana/Makefile @@ -5,6 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -$(shell mkdir -p $(obj)../seaboard) - obj-y = ../seaboard/seaboard.o |