From: Nick Alcock Date: Tue, 30 May 2017 14:07:18 +0000 (+0100) Subject: dtrace: fix compilation with O= X-Git-Tag: v4.1.12-105.0.20170622_2100~105^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e75704e87fdb7478a3dae630bffe5f60dc029dcb;p=users%2Fjedix%2Flinux-maple.git dtrace: fix compilation with O= Separate objdir compilation was broken because we were looking for autoconf.h in the wrong place. Fix it by looking in the same place as everything else in scripts/ does. Signed-off-by: Nick Alcock Acked-by: Kris Van Hees Orabug: 26167475 --- diff --git a/scripts/kmodsdt.c b/scripts/kmodsdt.c index f2364c3310f9..ff9977a03e42 100644 --- a/scripts/kmodsdt.c +++ b/scripts/kmodsdt.c @@ -3,7 +3,7 @@ * Use is subject to license terms. */ -#include +#include "../include/generated/autoconf.h" #define ELF_TARGET_ALL #include