xref: /rk3399_rockchip-uboot/arch/x86/cpu/coreboot/Makefile (revision 4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b)
1#
2# Copyright (c) 2011 The Chromium OS Authors.
3#
4# (C) Copyright 2008
5# Graeme Russ, graeme.russ@gmail.com.
6#
7# (C) Copyright 2006
8# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
9#
10# (C) Copyright 2002
11# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
12#
13# SPDX-License-Identifier:	GPL-2.0+
14#
15
16obj-y += car.o
17obj-y += coreboot.o
18obj-y += tables.o
19obj-y += sdram.o
20obj-y += timestamp.o
21