diff options
author | Kumar Gala | 2008-01-17 01:01:09 -0600 |
---|---|---|
committer | Kumar Gala | 2008-01-17 02:08:24 -0600 |
commit | 0db37dc2eed30884db2daa24dbd9a113b5d00610 (patch) | |
tree | ebb6c507b0b6d15218798cb32ca6df00fea5bb72 /board/freescale/mpc8548cds/Makefile | |
parent | 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (diff) |
85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8548cds/Makefile')
-rw-r--r-- | board/freescale/mpc8548cds/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8548cds/Makefile b/board/freescale/mpc8548cds/Makefile index 54977089b3c..d1a585ad623 100644 --- a/board/freescale/mpc8548cds/Makefile +++ b/board/freescale/mpc8548cds/Makefile @@ -29,14 +29,12 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o law.o \ +COBJS := $(BOARD).o law.o tlb.o \ ../common/cadmus.o \ ../common/eeprom.o \ ../common/ft_board.o \ ../common/via.o -SOBJS := init.o - SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) |