mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
14db950945
Add defines to enable the Chrome OS EC interface and set it up on init. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
343 B
Makefile
15 lines
343 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-y += coreboot_start.o coreboot.o
|