summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8360emds
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-08-21 17:00:17 -0500
committerWolfgang Denk <wd@denx.de>2007-08-29 02:15:46 +0200
commit7608d75f9c87c9eb5b3a43219d0506d3e979a13f (patch)
tree6370fbb2dd1c25a645144617427e10eb28fb98df /board/freescale/mpc8360emds
parentef8f20752712dc1cdbd86f47e3bd6e35f81c83fd (diff)
downloadtalos-obmc-uboot-7608d75f9c87c9eb5b3a43219d0506d3e979a13f.tar.gz
talos-obmc-uboot-7608d75f9c87c9eb5b3a43219d0506d3e979a13f.zip
support board vendor-common makefiles
if a board/$(VENDOR)/common/Makefile exists, build it. also add the first such case, board/freescale/common/Makefile, to handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as dictated by board configuration. thusly get rid of alternate build dir errors such as: FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory by putting the common/ mkdir command in its proper place (the common Makefile). Common bits from existing individual board Makefiles have been removed. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/freescale/mpc8360emds')
-rw-r--r--board/freescale/mpc8360emds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8360emds/Makefile b/board/freescale/mpc8360emds/Makefile
index ea52484c06..5ec7a871d4 100644
--- a/board/freescale/mpc8360emds/Makefile
+++ b/board/freescale/mpc8360emds/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o pci.o ../common/pq-mds-pib.o
+COBJS := $(BOARD).o pci.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud