]> git.sur5r.net Git - u-boot/blobdiff - arch/avr32/cpu/Makefile
mmc: tegra: port to standard clock/reset APIs
[u-boot] / arch / avr32 / cpu / Makefile
index 7e648fd7f5654f8a858c7e2872fa3501da075973..e111db3e75727274d7df5869a6d52e7e04634482 100644 (file)
@@ -7,34 +7,15 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    := $(obj)lib$(CPU).o
-
-START-y                        += start.o
-
-COBJS-y                        += cpu.o
-COBJS-$(CONFIG_SYS_HSDRAMC) += hsdramc.o
-COBJS-y                        += exception.o
-COBJS-y                        += cache.o
-COBJS-y                        += interrupts.o
-COBJS-$(CONFIG_PORTMUX_PIO) += portmux-pio.o
-COBJS-$(CONFIG_PORTMUX_GPIO) += portmux-gpio.o
-
-SRCS   := $(START-y:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
-OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
-START  := $(addprefix $(obj),$(START-y))
-
-all: $(obj).depend $(START) $(LIB)
-
-$(LIB): $(OBJS)
-       $(call cmd_link_o_target, $^)
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+extra-y                        += start.o
+
+obj-y                  += cpu.o
+obj-$(CONFIG_SYS_HSDRAMC) += hsdramc.o
+obj-y                  += exception.o
+obj-y                  += cache.o
+obj-y                  += interrupts.o
+obj-$(CONFIG_PORTMUX_PIO) += portmux-pio.o
+obj-$(CONFIG_PORTMUX_GPIO) += portmux-gpio.o
+obj-y += mmc.o
+
+obj-$(if $(filter at32ap700x,$(SOC)),y) += at32ap700x/