Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
18593fa80b64801768be5657a3b41ef4533a9fc9
/
.
/
drivers
/
net
/
ldpaa_eth
/
Makefile
blob: 477ee4faed5065ed8bda7d9ace84fa6e153146b1 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2014 Freescale Semiconductor, Inc.
obj
-
y
+=
ldpaa_wriop
.
o
obj
-
y
+=
ldpaa_eth
.
o
obj
-
$
(
CONFIG_ARCH_LS2080A
)
+=
ls2080a
.
o
obj
-
$
(
CONFIG_ARCH_LS1088A
)
+=
ls1088a
.
o