u-boot-brain/arch/x86/cpu/ivybridge/Makefile

14 lines
202 B
Makefile
Raw Normal View History

#
# Copyright (c) 2014 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += car.o
obj-y += cpu.o
obj-y += early_init.o
obj-y += lpc.o
obj-y += microcode_intel.o
obj-y += pci.o
obj-y += sdram.o