diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:51:38 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:51:38 -0600 |
commit | 86902b8e36f86c8675be6b759c2a8ced50805f64 (patch) | |
tree | 8cf42888ddd112267bdf28ace2a92521885b23a1 /board/mpc8349ads/Makefile | |
parent | c7428d49ace4f2f16174ca028fe7072c02a473c8 (diff) | |
download | u-boot-imx-86902b8e36f86c8675be6b759c2a8ced50805f64.zip u-boot-imx-86902b8e36f86c8675be6b759c2a8ced50805f64.tar.gz u-boot-imx-86902b8e36f86c8675be6b759c2a8ced50805f64.tar.bz2 |
Added PCI support for MPC8349ADS board
Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'board/mpc8349ads/Makefile')
-rw-r--r-- | board/mpc8349ads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := $(BOARD).o +OBJS := $(BOARD).o pci.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |