mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 01:38:22 +00:00
3954b739b3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org>
22 lines
574 B
Makefile
22 lines
574 B
Makefile
#
|
|
# 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.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SYS_COREBOOT) += car.o
|
|
obj-$(CONFIG_SYS_COREBOOT) += coreboot.o
|
|
obj-$(CONFIG_SYS_COREBOOT) += tables.o
|
|
obj-$(CONFIG_SYS_COREBOOT) += ipchecksum.o
|
|
obj-$(CONFIG_SYS_COREBOOT) += sdram.o
|
|
obj-$(CONFIG_SYS_COREBOOT) += timestamp.o
|
|
obj-$(CONFIG_PCI) += pci.o
|