summaryrefslogtreecommitdiffstats
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorDavid Anders2006-01-20 21:04:53 +0100
committerDavid Anders2006-01-20 21:04:53 +0100
commit53b75ef130afbe916be16740e40c41e400443e7f (patch)
treea41908f9d8fdf441689f295b68d1f2090b7d5569 /target/Makefile.in
parentchange test for arm variant from BR2_ARCH to UCLIBC_TARGET_ARCH (diff)
downloadbuildroot-53b75ef130afbe916be16740e40c41e400443e7f.tar.gz
buildroot-53b75ef130afbe916be16740e40c41e400443e7f.tar.xz
buildroot-53b75ef130afbe916be16740e40c41e400443e7f.zip
fixed includes for arch sub-dirs
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index 7c06fd552..ec3955a16 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -1,2 +1,5 @@
include target/generic/Makefile.in
include target/device/Makefile.in
+include target/x86/Makefile.in
+include target/arm/Makefile.in
+include target/powerpc/Makefile.in