X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fpalmtreo680%2FMakefile;h=4f79e4bf11a3e98bb514bad2d6a7b0dcd89ad81b;hb=aa23280e1c7b5d3a6d934570e83bb71136ace206;hp=34ffb99d0cbdee44bb5bb93636a153577a737fb7;hpb=8d94e6848fcbddb8b2ef17bc3bd8776a03b8cd5d;p=karo-tx-uboot.git diff --git a/board/palmtreo680/Makefile b/board/palmtreo680/Makefile index 34ffb99d0c..4f79e4bf11 100644 --- a/board/palmtreo680/Makefile +++ b/board/palmtreo680/Makefile @@ -6,29 +6,4 @@ # This file is released under the terms of GPL v2 and any later version. # See the file COPYING in the root directory of the source tree for details. -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS := palmtreo680.o - -SRCS := $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### +obj-y := palmtreo680.o