]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/nomadik/Makefile
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm926ejs / nomadik / Makefile
index 8896b0b106189bb29c77017150b7d5ee2ee60aec..cdf1345d58f69894f9f3a5cc8dc31b4a16ab8afb 100644 (file)
@@ -5,26 +5,5 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(SOC).o
-
-COBJS  = timer.o gpio.o
-SOBJS  = reset.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS)) $(addprefix $(obj),$(SOBJS))
-
-all:   $(obj).depend $(LIB)
-
-$(LIB):        $(OBJS)
-       $(call cmd_link_o_target, $(OBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y  = timer.o gpio.o
+obj-y  += reset.o