]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/mips/cpu/mips64/Makefile
MIPS: move au1x00 SoC code to arch/mips/mach-au1x00
[karo-tx-uboot.git] / arch / mips / cpu / mips64 / Makefile
index b4adb950a2fb7dd6062104ebbf4e8c56273e273f..cb4db9c71b6f251f461ba10d71313e248f909e04 100644 (file)
@@ -5,25 +5,5 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(CPU).o
-
-START  = start.o
-COBJS-y        = cpu.o interrupts.o time.o cache.o
-
-SRCS   := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
-OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
-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
+extra-y        = start.o
+obj-y  = cpu.o interrupts.o time.o