projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mx7: psci: add basic psci support
[platform/kernel/u-boot.git]
/
arch
/
arm
/
cpu
/
armv7
/
mx7
/
Makefile
1
#
2
# (C) Copyright 2015 Freescale Semiconductor, Inc.
3
#
4
# SPDX-License-Identifier: GPL-2.0+
5
#
6
#
7
8
obj-y := soc.o clock.o clock_slice.o
9
10
ifdef CONFIG_ARMV7_PSCI
11
obj-y += psci-mx7.o psci.o
12
endif