summaryrefslogtreecommitdiff
path: root/board/palmld/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-23 22:08:33 +0200
committerWolfgang Denk <wd@denx.de>2010-10-23 22:08:33 +0200
commit02cf8fd6fbef7ac015a234b09e7b55765aefcd4f (patch)
treedd949b0a3a5ef52e6b92983e37181bccdd27454d /board/palmld/Makefile
parentf2b382ea066d02d5ba44870024cc1295e85782ef (diff)
parent4262a7c934e7f28de66eb86cf3393ab8e07e03d5 (diff)
downloadu-boot-imx-02cf8fd6fbef7ac015a234b09e7b55765aefcd4f.zip
u-boot-imx-02cf8fd6fbef7ac015a234b09e7b55765aefcd4f.tar.gz
u-boot-imx-02cf8fd6fbef7ac015a234b09e7b55765aefcd4f.tar.bz2
Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa
Diffstat (limited to 'board/palmld/Makefile')
-rw-r--r--board/palmld/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/board/palmld/Makefile b/board/palmld/Makefile
index bcb014d..0cca8ab 100644
--- a/board/palmld/Makefile
+++ b/board/palmld/Makefile
@@ -24,17 +24,15 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS := palmld.o
-SOBJS := lowlevel_init.o
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
+SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
-SOBJS := $(addprefix $(obj),$(SOBJS))
-$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
+$(LIB): $(obj).depend $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
clean:
- rm -f $(SOBJS) $(OBJS)
+ rm -f $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend