summaryrefslogtreecommitdiff
path: root/board/sbc8641d/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2008-01-30 10:56:19 -0600
committerJon Loeliger <jdl@freescale.com>2008-01-30 10:56:19 -0600
commit60c1b95aabbfac17b0ea9422828784e163348c5c (patch)
tree62f0ac7e1d93db435643c21609ec4bfe02e4111c /board/sbc8641d/Makefile
parent98b742489c09780be6a832eeaa4e5eff824792bb (diff)
parent4f93f8b1a4d35b6d302842132edba920ef8f62aa (diff)
downloadu-boot-imx-60c1b95aabbfac17b0ea9422828784e163348c5c.zip
u-boot-imx-60c1b95aabbfac17b0ea9422828784e163348c5c.tar.gz
u-boot-imx-60c1b95aabbfac17b0ea9422828784e163348c5c.tar.bz2
Merge branch 'mpc86xx'
Diffstat (limited to 'board/sbc8641d/Makefile')
-rw-r--r--board/sbc8641d/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile
index a90b725..115df05 100644
--- a/board/sbc8641d/Makefile
+++ b/board/sbc8641d/Makefile
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o
-SOBJS := init.o
+COBJS := $(BOARD).o law.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))