Message ID | 20230825-wip-selftests-v3-3-639963c54109@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 91939636cac4585e5c99a15c8b9023e0dcabb4e5 |
Headers | show |
Series | selftests/hid: assorted fixes | expand |
diff --git a/tools/testing/selftests/hid/Makefile b/tools/testing/selftests/hid/Makefile index a28054113f47..2b5ea18bde38 100644 --- a/tools/testing/selftests/hid/Makefile +++ b/tools/testing/selftests/hid/Makefile @@ -22,6 +22,8 @@ CXX ?= $(CROSS_COMPILE)g++ HOSTPKG_CONFIG := pkg-config CFLAGS += -g -O0 -rdynamic -Wall -Werror -I$(OUTPUT) +CFLAGS += -I$(OUTPUT)/tools/include + LDLIBS += -lelf -lz -lrt -lpthread # Silence some warnings when compiled with clang