diff options
author | Andy Fleming <afleming@freescale.com> | 2008-01-17 15:52:38 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-01-17 15:52:38 -0600 |
commit | 6ea66a818de376ff599c40bdd6c361cfcba2fb6f (patch) | |
tree | 8d5d0843a6992b83fcf6a1841e8bbe3a7da375c6 /board/stxssa/Makefile | |
parent | f188896c2f1594fe749fdb99bbc8c54023cfab3a (diff) | |
parent | 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89 (diff) | |
download | u-boot-imx-6ea66a818de376ff599c40bdd6c361cfcba2fb6f.zip u-boot-imx-6ea66a818de376ff599c40bdd6c361cfcba2fb6f.tar.gz u-boot-imx-6ea66a818de376ff599c40bdd6c361cfcba2fb6f.tar.bz2 |
Merge branch 'kumar'
Diffstat (limited to 'board/stxssa/Makefile')
-rw-r--r-- | board/stxssa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/stxssa/Makefile b/board/stxssa/Makefile index 344ecdf..f1f5d0b 100644 --- a/board/stxssa/Makefile +++ b/board/stxssa/Makefile @@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o -SOBJS := init.o +COBJS := $(BOARD).o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |