We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42391c commit 0a4f59dCopy full SHA for 0a4f59d
arch/x86/vdso/Makefile
@@ -51,7 +51,7 @@ VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
51
$(obj)/vdso64.so.dbg: $(src)/vdso.lds $(vobjs) FORCE
52
$(call if_changed,vdso)
53
54
-HOST_EXTRACFLAGS += -I$(srctree)/tools/include
+HOST_EXTRACFLAGS += -I$(srctree)/tools/include -I$(srctree)/include/uapi
55
hostprogs-y += vdso2c
56
57
quiet_cmd_vdso2c = VDSO2C $@
0 commit comments