repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
soc
/
imx
/
Makefile
blob
078dc918f4f35a7607a007fa1012b5a7338f6469
1
# SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_ARM
),
y
)
3
obj-
$(
CONFIG_ARCH_MXC
) +=
soc-imx.o
4
endif
5
obj-
$(
CONFIG_HAVE_IMX_GPC
) +=
gpc.o
6
obj-
$(
CONFIG_IMX_GPCV2_PM_DOMAINS
) +=
gpcv2.o
7
obj-
$(
CONFIG_SOC_IMX8M
) +=
soc-imx8m.o