]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/bamboo/Makefile
Consolidate bool type
[u-boot] / board / amcc / bamboo / Makefile
index 7c0f50f2c75893796782d8e1c33e1f4c048530af..ecdf67ac1774bd6111b2bb615ae9667f8e53ba8a 100644 (file)
@@ -32,14 +32,10 @@ SRCS        := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
-$(LIB):        $(OBJS) $(SOBJS)
-       $(call cmd_link_o_target, $(OBJS) $(SOBJS))
+all:   $(LIB) $(SOBJS)
 
-clean:
-       rm -f $(SOBJS) $(OBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak $(obj).depend
+$(LIB):        $(OBJS)
+       $(call cmd_link_o_target, $^)
 
 #########################################################################