diff --git a/target/x86/Makefile.in b/target/x86/Makefile.in index 710f9aa224..115035cbb8 100644 --- a/target/x86/Makefile.in +++ b/target/x86/Makefile.in @@ -1 +1,3 @@ +ifeq ($(BR2_i386),y) include target/x86/*/*.mk +endif