diff options
author | Kenneth Johansson | 2008-07-15 12:13:38 +0200 |
---|---|---|
committer | John Rigby | 2008-08-05 20:45:34 -0600 |
commit | 6689484ccd43189322aaa5a1c6cd02cdd511ad7d (patch) | |
tree | ca7c406ef483884c85237c05b440ec2b5660d5b1 /board/ads5121/Makefile | |
parent | ef11df6b66ecf5797e94ba322254b8fb7a4e2e12 (diff) |
mpc5121: Move iopin features from board specific to common files.
And in the process eliminate some duplicate register defines.
Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
Diffstat (limited to 'board/ads5121/Makefile')
-rw-r--r-- | board/ads5121/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile index 5b956823ff3..52d0d3c58c4 100644 --- a/board/ads5121/Makefile +++ b/board/ads5121/Makefile @@ -27,7 +27,7 @@ $(shell mkdir -p $(OBJTREE)/board/freescale/common) LIB = $(obj)lib$(BOARD).a -COBJS-y := $(BOARD).o iopin.o +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 |