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 (at] gmail.com. 7 # 8 # (C) Copyright 2006 9 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de. 10 # 11 # (C) Copyright 2002 12 # Daniel Engstrm, Omicron Ceti AB, daniel (at] omicron.se. 13 14 obj-y += car.o 15 obj-y += coreboot.o 16 obj-y += tables.o 17 obj-y += sdram.o 18 obj-y += timestamp.o 19