]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7m/Makefile
armv7m: Add SysTick timer driver
[people/ms/u-boot.git] / arch / arm / cpu / armv7m / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 extra-y := start.o
9 obj-y += cpu.o
10
11 obj-$(CONFIG_SYS_ARCH_TIMER) += systick-timer.o