mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-22 16:48:14 +01:00
12 lines
241 B
Makefile
12 lines
241 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_USE_IRQ) += interrupts.o
|
|
obj-$(CONFIG_DISPLAY_CPUINFO) += cpu_info.o
|
|
obj-y += speed.o
|
|
obj-y += timer.o
|