commit | c5651891fa7cb19abfe02ea3b0b08ab35ceec703 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 12 19:51:38 2006 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jan 12 19:51:38 2006 -0600 |
tree | 8cf42888ddd112267bdf28ace2a92521885b23a1 | |
parent | 618582e3089eb17574c3367ae80a1530c4f3fbde [diff] [blame] |
Added PCI support for MPC8349ADS board Patch by Kumar Gala 11 Jan 2006
diff --git a/board/mpc8349ads/Makefile b/board/mpc8349ads/Makefile index 4327b0d..f865f9c 100644 --- a/board/mpc8349ads/Makefile +++ b/board/mpc8349ads/Makefile
@@ -24,7 +24,7 @@ LIB = lib$(BOARD).a -OBJS := $(BOARD).o +OBJS := $(BOARD).o pci.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS)