mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
This new class of device will provide fuzzing inputs from a fuzzing engine. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>
8 lines
180 B
Makefile
8 lines
180 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
|