1# SPDX-License-Identifier: GPL-2.0-only 2 3ccflags-y += -I$(src) # needed for trace events 4 5obj-$(CONFIG_VENDOR_HOOKS) += vendor_hooks.o 6