Sign in
nest-open-source
/
manifest_repos
/
kernel
/
79ac3b0b82cd6bbe048699aa9e3f0dd642723f74
/
.
/
arch
/
mips
/
lantiq
/
Makefile
blob: e7234ca093b9b87f85a4879e39885d6a0375af9a [
file
]
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2010 John Crispin <john@phrozen.org>
#
obj
-
y
:=
irq
.
o clk
.
o prom
.
o
obj
-
$
(
CONFIG_EARLY_PRINTK
)
+=
early_printk
.
o
obj
-
$
(
CONFIG_SOC_TYPE_XWAY
)
+=
xway
/
obj
-
$
(
CONFIG_SOC_FALCON
)
+=
falcon
/