diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 19:25:24 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 19:25:24 +0000 |
commit | 9d58dd738405382a85bedc94059f1180ba7ba388 (patch) | |
tree | 1dbfd28495d4bb73fea869fe4401cf10d3c637ad /target/device/x86/Makefile.in | |
parent | e87389229eb4537627322582510dd52fce312d3e (diff) | |
download | buildroot-novena-9d58dd738405382a85bedc94059f1180ba7ba388.tar.gz buildroot-novena-9d58dd738405382a85bedc94059f1180ba7ba388.zip |
Update x86 BSP to latest uclibc/linux/tools versions
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 + |