diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-02-06 18:19:38 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-02-06 18:19:38 +0000 |
commit | 02f71aab47835e7220e2b1039bcda4d0c5657db0 (patch) | |
tree | c4a14c8fb83fdec69a34065d93777e9960ea0831 /target/Makefile.in | |
parent | 4cdc4206218e8e2ed3bc5a31e2b5e157ec43f67c (diff) |
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
Diffstat (limited to 'target/Makefile.in')
-rw-r--r-- | target/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index a65b74019..7ec139db9 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -7,4 +7,7 @@ include target/powerpc/Makefile.in # and finally build the filesystems/tarballs include target/*/*.mk # kernel rules +ifeq ($(BR2_PACKAGE_LINUX),y) +TARGETS+=linux26 +endif include target/linux*.mk |