blob: e5c0751e6596c8199e813222b548d8dbb0e74016 [file] [log] [blame]
Simon Glass8ef07572014-11-12 22:42:07 -07001#
2# Copyright (c) 2014 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7obj-y += car.o
8obj-y += cpu.o
Simon Glass8e0df062014-11-12 22:42:23 -07009obj-y += early_init.o
Simon Glass2b605152014-11-12 22:42:15 -070010obj-y += lpc.o
Simon Glass77f9b1f2014-11-12 22:42:21 -070011obj-y += microcode_intel.o
Simon Glass6e5b12b2014-11-12 22:42:13 -070012obj-y += pci.o
Simon Glass8ef07572014-11-12 22:42:07 -070013obj-y += sdram.o