]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/stx/stxssa/Makefile
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / stx / stxssa / Makefile
index 8757a71a826902bb72b92aa5567c78f02c09af60..b1d4b0a2708dffa92159155ccef526f2048d4ae0 100644 (file)
@@ -5,27 +5,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS-y        += $(BOARD).o
-COBJS-y        += law.o
-COBJS-y        += tlb.o
-COBJS-$(CONFIG_FSL_DDR1) += ddr.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS-y))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
-
-$(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y  += stxssa.o
+obj-y  += law.o
+obj-y  += tlb.o
+obj-$(CONFIG_SYS_FSL_DDR1) += ddr.o