diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-01-23 16:31:04 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-24 12:12:40 -0600 |
commit | 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 (patch) | |
tree | e11c8f89c06d8740340b9d6e20060e7f0265b75c /board/freescale/mpc8641hpcn/Makefile | |
parent | 713d8186649dae874613d495b0cecaa039a98b30 (diff) | |
download | u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.zip u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.gz u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.bz2 |
86xx: Remove old-style law setup code
This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'board/freescale/mpc8641hpcn/Makefile')
-rw-r--r-- | board/freescale/mpc8641hpcn/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8641hpcn/Makefile b/board/freescale/mpc8641hpcn/Makefile index e73e7ba..115df05 100644 --- a/board/freescale/mpc8641hpcn/Makefile +++ b/board/freescale/mpc8641hpcn/Makefile @@ -27,8 +27,6 @@ LIB = $(obj)lib$(BOARD).a COBJS := $(BOARD).o law.o -SOBJS := init.o - SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) |