diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 68e802abaa..d7d12fa7a6 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,4 +1,4 @@ -ifeq ($(BR2_i386),y) +ifeq ($(BR2_TARGET_X86),y) include target/device/x86/*/Makefile.in endif