diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-30 13:08:39 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-17 09:17:27 -0500 |
commit | 5f79644d2665763d522ef2db53c026c5f4865b02 (patch) | |
tree | 4c26214ed50a4c9d98faaf18671d3a83cd2e5c0b /board/bf533-stamp/Makefile | |
parent | e54c8209913a3f26ae28819e3515df53ec2b4548 (diff) | |
download | u-boot-imx-5f79644d2665763d522ef2db53c026c5f4865b02.zip u-boot-imx-5f79644d2665763d522ef2db53c026c5f4865b02.tar.gz u-boot-imx-5f79644d2665763d522ef2db53c026c5f4865b02.tar.bz2 |
Blackfin: bf533-stamp: split and cleanup CF/IDE code
Give the CF/IDE code its own file to keep things cleanly separated. While
we're here, clean up the code to use common functions.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf533-stamp/Makefile')
-rw-r--r-- | board/bf533-stamp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bf533-stamp/Makefile b/board/bf533-stamp/Makefile index dbba12b..832037b 100644 --- a/board/bf533-stamp/Makefile +++ b/board/bf533-stamp/Makefile @@ -30,6 +30,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS-y := $(BOARD).o +COBJS-$(CONFIG_STAMP_CF) += ide-cf.o COBJS-$(CONFIG_VIDEO) += video.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) |