diff options
Diffstat (limited to 'target/device/x86/Makefile.in')
-rw-r--r-- | target/device/x86/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 9c2495e34..68e802aba 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,3 +1,4 @@ ifeq ($(BR2_i386),y) -include target/device/x86/i386/Makefile.in +include target/device/x86/*/Makefile.in endif + |