]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm1176/Makefile
pci: layerscape: add LS2088A series SoC pcie support
[u-boot] / arch / arm / cpu / arm1176 / Makefile
index 5d451a78b637c5927d4581ef3e2829cf248af1b5..cd6dc9c1304d8afd12f2750835a73734d7a38123 100644 (file)
@@ -8,27 +8,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
+obj- += dummy.o
+extra-y        = start.o
 
-LIB    = $(obj)lib$(CPU).o
-
-START  = start.o
-COBJS  = cpu.o
-
-SRCS   := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS) $(SOBJS))
-START  := $(addprefix $(obj),$(START))
-
-all:   $(obj).depend $(START) $(LIB)
-
-$(LIB):        $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y += ../arm11/