Andrew Scull | 3f807c6 | 2022-05-30 10:00:08 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright (c) 2022 Google, Inc. | ||||
4 | # Written by Andrew Scull <ascull@google.com> | ||||
5 | # | ||||
6 | |||||
7 | obj-$(CONFIG_DM_FUZZING_ENGINE) += fuzzing_engine-uclass.o | ||||
Andrew Scull | 0518e7a | 2022-05-30 10:00:12 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_FUZZING_ENGINE_SANDBOX) += sandbox_fuzzing_engine.o |