diff options
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/x86/Makefile.in b/target/x86/Makefile.in index 710f9aa22..115035cbb 100644 --- a/target/x86/Makefile.in +++ b/target/x86/Makefile.in @@ -1 +1,3 @@ +ifeq ($(BR2_i386),y) include target/x86/*/*.mk +endif |