mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
0518e7a28f
Add a fuzzing engine driver for the sandbox to take inputs from libfuzzer and expose them to the fuzz tests. Signed-off-by: Andrew Scull <ascull@google.com>
8 lines
245 B
Makefile
8 lines
245 B
Makefile
# 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
|