]> Git Repo - J-linux.git/blob - drivers/hid/bpf/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / hid / bpf / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for HID-BPF
4 #
5
6 LIBBPF_INCLUDE = $(srctree)/tools/lib
7
8 obj-$(CONFIG_HID_BPF) += hid_bpf.o
9 CFLAGS_hid_bpf_dispatch.o += -I$(LIBBPF_INCLUDE)
10 CFLAGS_hid_bpf_jmp_table.o += -I$(LIBBPF_INCLUDE)
11 hid_bpf-objs += hid_bpf_dispatch.o hid_bpf_jmp_table.o
This page took 0.032055 seconds and 4 git commands to generate.