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