diff options
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/x86/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index b64e73205..93041711b 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,3 +1,5 @@ ifeq ($(strip $(BR2_TARGET_GENERIC)),y) +ifeq ($(strip $(BR2_i386)),y) include target/device/x86/i386/Makefile.in endif +endif |