projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
m68k: mcf530x: move CPU type to Kconfig and refactor config.mk
[platform/kernel/u-boot.git]
/
arch
/
x86
/
Makefile
1
#
2
# SPDX-License-Identifier: GPL-2.0+
3
#
4
5
head-y := arch/x86/cpu/start.o
6
ifeq ($(CONFIG_SPL_BUILD),y)
7
head-y += arch/x86/cpu/start16.o
8
head-y += arch/x86/cpu/resetvec.o
9
endif
10
11
libs-y += arch/x86/cpu/
12
libs-y += arch/x86/lib/