diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-01-30 10:56:19 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-30 10:56:19 -0600 |
commit | 60c1b95aabbfac17b0ea9422828784e163348c5c (patch) | |
tree | 62f0ac7e1d93db435643c21609ec4bfe02e4111c /board/freescale/mpc8641hpcn/Makefile | |
parent | 98b742489c09780be6a832eeaa4e5eff824792bb (diff) | |
parent | 4f93f8b1a4d35b6d302842132edba920ef8f62aa (diff) | |
download | u-boot-imx-60c1b95aabbfac17b0ea9422828784e163348c5c.zip u-boot-imx-60c1b95aabbfac17b0ea9422828784e163348c5c.tar.gz u-boot-imx-60c1b95aabbfac17b0ea9422828784e163348c5c.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'board/freescale/mpc8641hpcn/Makefile')
-rw-r--r-- | board/freescale/mpc8641hpcn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8641hpcn/Makefile b/board/freescale/mpc8641hpcn/Makefile index 201da3e..115df05 100644 --- a/board/freescale/mpc8641hpcn/Makefile +++ b/board/freescale/mpc8641hpcn/Makefile @@ -25,9 +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)) |