summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/tegra30-common
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-17 17:34:52 +0900
committerTom Rini <trini@ti.com>2013-10-31 12:53:39 -0400
commitfa8f95084d06bd29c4ca75994a41c557345f53f6 (patch)
treee1f751f159ba1e7ed40795688156c4bb863abff2 /arch/arm/cpu/tegra30-common
parent3d9c84737bbc3e30c4f04c09f552b56287d65bd8 (diff)
downloadblackbird-obmc-uboot-fa8f95084d06bd29c4ca75994a41c557345f53f6.tar.gz
blackbird-obmc-uboot-fa8f95084d06bd29c4ca75994a41c557345f53f6.zip
ARM: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/cpu/tegra30-common')
-rw-r--r--arch/arm/cpu/tegra30-common/Makefile26
1 files changed, 1 insertions, 25 deletions
diff --git a/arch/arm/cpu/tegra30-common/Makefile b/arch/arm/cpu/tegra30-common/Makefile
index 75fef32b0d..d2d616e8a4 100644
--- a/arch/arm/cpu/tegra30-common/Makefile
+++ b/arch/arm/cpu/tegra30-common/Makefile
@@ -17,28 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-include $(TOPDIR)/config.mk
-
-# The AVP is ARMv4T architecture so we must use special compiler
-# flags for any startup files it might use.
-
-LIB = $(obj)lib$(SOC)-common.o
-
-COBJS-y += clock.o funcmux.o pinmux.o
-
-SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
-OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS-y))
-
-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 += clock.o funcmux.o pinmux.o
OpenPOWER on IntegriCloud