Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2662b54d70fc04f070f0e4a9742d4b3197c9f3ea
/
.
/
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