Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
13a4d587c102dd1254ef53f6da43814ede0de858
/
.
/
drivers
/
demo
/
Makefile
blob: 171ddf3678852fd8f5eb67c40ab9211dd2f55ab0 [
file
] [
log
] [
blame
]
#
# Copyright (c) 2013 Google, Inc
#
# SPDX-License-Identifier: GPL-2.0+
#
obj
-
y
+=
demo
-
uclass
.
o demo
-
pdata
.
o
obj
-
$
(
CONFIG_DM_DEMO_SIMPLE
)
+=
demo
-
simple
.
o
obj
-
$
(
CONFIG_DM_DEMO_SHAPE
)
+=
demo
-
shape
.
o