diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 13:56:55 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 13:56:55 +0100 |
commit | 39166b5c9e7160761419f816f995b1d8029aa4a7 (patch) | |
tree | 45ec07fd02acb2338351b978194732af56c480a7 /board/freescale/mpc8555cds/Makefile | |
parent | cfe5ca77976afdbe7ecb86e39fd7505bde636ace (diff) | |
parent | 6ea66a818de376ff599c40bdd6c361cfcba2fb6f (diff) | |
download | u-boot-imx-39166b5c9e7160761419f816f995b1d8029aa4a7.zip u-boot-imx-39166b5c9e7160761419f816f995b1d8029aa4a7.tar.gz u-boot-imx-39166b5c9e7160761419f816f995b1d8029aa4a7.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/mpc8555cds/Makefile')
-rw-r--r-- | board/freescale/mpc8555cds/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/mpc8555cds/Makefile b/board/freescale/mpc8555cds/Makefile index 7f53098..d1a585a 100644 --- a/board/freescale/mpc8555cds/Makefile +++ b/board/freescale/mpc8555cds/Makefile @@ -29,14 +29,12 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).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)) |