]> Git Repo - J-u-boot.git/blob - arch/x86/cpu/coreboot/Makefile
x86: coreboot: Remove the dummy pch driver
[J-u-boot.git] / arch / x86 / cpu / coreboot / Makefile
1 #
2 # Copyright (c) 2011 The Chromium OS Authors.
3 #
4 # (C) Copyright 2008
5 # Graeme Russ, [email protected].
6 #
7 # (C) Copyright 2006
8 # Wolfgang Denk, DENX Software Engineering, [email protected].
9 #
10 # (C) Copyright 2002
11 # Daniel Engström, Omicron Ceti AB, [email protected].
12 #
13 # SPDX-License-Identifier:      GPL-2.0+
14 #
15
16 obj-y += car.o
17 obj-y += coreboot.o
18 obj-y += tables.o
19 obj-y += sdram.o
20 obj-y += timestamp.o
This page took 0.029713 seconds and 4 git commands to generate.