From 48c820304da9cf0b6de0adc5d6778facd2415134 Mon Sep 17 00:00:00 2001 From: swx1158444 Date: Fri, 6 May 2022 14:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=20linux=5Fkernel=E4=BB=A3=E7=A0=81=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E4=BB=8Ethird=5Fparty=5FLinux=5FKernel=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E8=87=B3kernel=5Flinux=5F5.10=20=20Signed-off-by:=20s?= =?UTF-8?q?huxinyiA=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: swx1158444 --- BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 68dc0f1..7f83bc7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -90,10 +90,11 @@ config("hiperf_inner_config") { cflags += [ "-Wno-inconsistent-dllimport" ] # in mingw some sec api will # overwrite by utilsecurec defines += [ "WIN32_LEAN_AND_MEAN" ] + defines += [ "__LITTLE_ENDIAN_BITFIELD" ] include_dirs += [ "${hiperf_path}/include/nonlinux/", - "//third_party/Linux_Kernel/include/uapi", + "//kernel/linux/linux-5.10/include/uapi", ] } -- Gitee