samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
authorJinghao Jia <jinghao7@illinois.edu>
Mon, 3 Feb 2025 08:55:04 +0000 (02:55 -0600)
committerBenjamin Tissoires <bentiss@kernel.org>
Tue, 4 Feb 2025 10:07:41 +0000 (11:07 +0100)
commit1739cafdb8decad538410b05a4640055408826de
tree6cd788c346b27ed6bddbe33b7864c98b8061dbf8
parent9271af9d846c7e49c8709b58d5853cb73c00b193
samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS

Commit 5a6ea7022ff4 ("samples/bpf: Remove unnecessary -I flags from
libbpf EXTRA_CFLAGS") fixed the build error caused by redundant include
path for samples/bpf, but not samples/hid.

Apply the same fix on samples/hid as well.

Fixes: 13b25489b6f8 ("kbuild: change working directory to external module directory with M=")
Tested-by: Ruowen Qin <ruqin@redhat.com>
Signed-off-by: Jinghao Jia <jinghao7@illinois.edu>
Link: https://patch.msgid.link/20250203085506.220297-2-jinghao7@illinois.edu
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
samples/hid/Makefile