summaryrefslogtreecommitdiff
path: root/board/innokom/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/innokom/Makefile
parentf2b382ea066d02d5ba44870024cc1295e85782ef (diff)
parent4262a7c934e7f28de66eb86cf3393ab8e07e03d5 (diff)
Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxa
Diffstat (limited to 'board/innokom/Makefile')
-rw-r--r--board/innokom/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/board/innokom/Makefile b/board/innokom/Makefile
index afae217242c..ba248c03e73 100644
--- a/board/innokom/Makefile
+++ b/board/innokom/Makefile
@@ -26,17 +26,15 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS := innokom.o flash.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