X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgdsys%2F405ep%2FMakefile;h=38e5ea4e1de86c5cfb045121d0886ece3d687346;hb=0e60aa85c82863f34cb13145caa1d0c5255b977b;hp=169418c288ebe8a995ca467c85522fd574785060;hpb=c65715de780945950d570e2b69f94e0b186f04b4;p=u-boot diff --git a/board/gdsys/405ep/Makefile b/board/gdsys/405ep/Makefile index 169418c288..38e5ea4e1d 100644 --- a/board/gdsys/405ep/Makefile +++ b/board/gdsys/405ep/Makefile @@ -25,6 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o +COBJS-$(CONFIG_NEO) += neo.o COBJS-$(CONFIG_IO) += io.o COBJS-$(CONFIG_IOCON) += iocon.o COBJS-$(CONFIG_DLVISION_10G) += dlvision-10g.o @@ -39,12 +40,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(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