diff options
Diffstat (limited to 'roms/u-boot/board/chromebook-x86/coreboot/Makefile')
-rw-r--r-- | roms/u-boot/board/chromebook-x86/coreboot/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/board/chromebook-x86/coreboot/Makefile b/roms/u-boot/board/chromebook-x86/coreboot/Makefile new file mode 100644 index 00000000..4f2ac898 --- /dev/null +++ b/roms/u-boot/board/chromebook-x86/coreboot/Makefile @@ -0,0 +1,15 @@ +# +# 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 |