summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-20 20:04:53 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-20 20:04:53 +0000
commit53b75ef130afbe916be16740e40c41e400443e7f (patch)
treea41908f9d8fdf441689f295b68d1f2090b7d5569 /target/Makefile.in
parente212fea80f213952b49443ac0c5e11c64e842ec0 (diff)
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