diff options
author | Tom Warren | 2011-12-19 15:58:06 -0700 |
---|---|---|
committer | Albert ARIBAUD | 2011-12-24 10:23:32 +0100 |
commit | 5b37bd3afdae436b8c1490e19a436a11e652e1cf (patch) | |
tree | f7959b2b2e2a1a4c8f2d9b5ea0f9ffd7c5fbfb60 /board/nvidia/ventana | |
parent | a783bdb870047a837ec4928d4c3d222b1b1b506c (diff) |
arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master
Seaboard changes have removed the need for common/board.o in the
Makefile. Propagate this change to the other Tegra2 builds.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/ventana')
-rw-r--r-- | board/nvidia/ventana/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile index d5140c81354..eced3239f45 100644 --- a/board/nvidia/ventana/Makefile +++ b/board/nvidia/ventana/Makefile @@ -31,8 +31,7 @@ endif LIB = $(obj)lib$(BOARD).o -COBJS += ../seaboard/seaboard.o -COBJS += ../common/board.o +COBJS = ../seaboard/seaboard.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |