2006-03-13 11:37:35 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2000-2006
|
2006-03-13 11:37:35 +00:00
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2006-03-13 11:37:35 +00:00
|
|
|
#
|
|
|
|
|
2014-02-13 09:30:27 +00:00
|
|
|
obj-y = timer.o
|
|
|
|
obj-$(CONFIG_DISPLAY_CPUINFO) += cpuinfo.o
|
2013-10-17 08:34:49 +00:00
|
|
|
obj-y += reset.o
|