xref: /openbmc/u-boot/arch/x86/cpu/coreboot/Makefile (revision 1b4f25ff)
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 += ipchecksum.o
20obj-y += sdram.o
21obj-y += timestamp.o
22obj-$(CONFIG_PCI) += pci.o
23