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