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/pm856/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/pm856/Makefile')
-rw-r--r-- | board/pm856/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/pm856/Makefile b/board/pm856/Makefile index 2913650..be24388 100644 --- a/board/pm856/Makefile +++ b/board/pm856/Makefile @@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o -SOBJS := init.o -#SOBJS := +COBJS := $(BOARD).o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |