2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2011-11-29 18:05:07 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2011 The Chromium OS Authors.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2008
|
|
|
|
# Graeme Russ, graeme.russ@gmail.com.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2002
|
|
|
|
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
|
|
|
|
2020-05-01 03:21:43 +00:00
|
|
|
ifndef CONFIG_SPL
|
2014-11-13 03:28:41 +00:00
|
|
|
obj-y += car.o
|
2020-05-01 03:21:43 +00:00
|
|
|
endif
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
|
|
obj-y += coreboot_spl.o
|
|
|
|
else
|
|
|
|
obj-y += sdram.o
|
|
|
|
endif
|
2014-11-13 03:28:41 +00:00
|
|
|
obj-y += coreboot.o
|
|
|
|
obj-y += tables.o
|
|
|
|
obj-y += timestamp.o
|