The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch or board
directories never get used.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(call cmd_link_o_target, $(OBJS) $(SOBJS))
-clean:
- rm -f $(SOBJS) $(OBJS)
-
-distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
-
#########################################################################
# defines $(obj).depend target