diff options
author | Wolfgang Denk <wd@denx.de> | 2009-05-16 10:47:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:47:16 +0200 |
commit | de26ef99bddbce4ed225f93afcf0bee99c3b6f87 (patch) | |
tree | ce7263c310a633126968f14668b4ca757daa7d01 /board/ads5121/Makefile | |
parent | 03e069dc0a765d506f78a68319acf33d432e035b (diff) | |
download | u-boot-de26ef99bddbce4ed225f93afcf0bee99c3b6f87.tar.gz |
mpc512x: Move common files to share them by several boards
We will soon see several new MPC521x based boards added. This patch
moves files that are not board specific to a common directory so they
can be shared by all such ports. It also splits off common IDE code
into a new file, cpu/mpc512x/ide.c .
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: John Rigby <jcrigby@gmail.com>
Diffstat (limited to 'board/ads5121/Makefile')
-rw-r--r-- | board/ads5121/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile index 52d0d3c58c..20fbf6e9ae 100644 --- a/board/ads5121/Makefile +++ b/board/ads5121/Makefile @@ -28,10 +28,6 @@ $(shell mkdir -p $(OBJTREE)/board/freescale/common) LIB = $(obj)lib$(BOARD).a COBJS-y := $(BOARD).o -COBJS-${CONFIG_FSL_DIU_FB} += ads5121_diu.o -COBJS-${CONFIG_FSL_DIU_FB} += ../freescale/common/fsl_diu_fb.o -COBJS-${CONFIG_FSL_DIU_FB} += ../freescale/common/fsl_logo_bmp.o -COBJS-$(CONFIG_PCI) += pci.o COBJS := $(COBJS-y) SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |