]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/vcma9/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / board / mpl / vcma9 / Makefile
index 27cef1d833f451870d13236b48dc9d5f35034a55..213741ce0c0072a961174cd06c6d42ae496013c7 100644 (file)
@@ -28,8 +28,8 @@ endif
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  := vcma9.o flash.o cmd_vcma9.o
-COBJS  += ../common/common_util.o
+COBJS  := ../common/common_util.o
+COBJS  += $(BOARD).o cmd_$(BOARD).o
 
 SOBJS  := lowlevel_init.o
 
@@ -40,12 +40,6 @@ SOBJS        := $(addprefix $(obj),$(SOBJS))
 $(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