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/beaver/Makefile | |
parent | 36cf0a845c869c514a6cc20a953c53a086251d2f (diff) | |
download | u-boot-midas-e5c5301f1444ea454d17a368bb5138e0f3a59247.tar.gz u-boot-midas-e5c5301f1444ea454d17a368bb5138e0f3a59247.tar.bz2 u-boot-midas-e5c5301f1444ea454d17a368bb5138e0f3a59247.zip |
Makefile: make directories by Makefile.build
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/nvidia/beaver/Makefile')
-rw-r--r-- | board/nvidia/beaver/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/nvidia/beaver/Makefile b/board/nvidia/beaver/Makefile index f828f52c25..1f7c31d64b 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 |