Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cdbf8459d017143dba1e798fecbd1046f98a7ece
/
.
/
drivers
/
fuzz
/
Makefile
blob: 073743ba9468080d704d8cfa5c7a93b40420b9ca [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2022 Google, Inc.
# Written by Andrew Scull <ascull@google.com>
#
obj
-
$
(
CONFIG_DM_FUZZING_ENGINE
)
+=
fuzzing_engine
-
uclass
.
o
obj
-
$
(
CONFIG_FUZZING_ENGINE_SANDBOX
)
+=
sandbox_fuzzing_engine
.
o