From 02f71aab47835e7220e2b1039bcda4d0c5657db0 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 6 Feb 2007 18:19:38 +0000 Subject: Support building using an external toolchain. Questions to the mailing list and all other comments to . --- target/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/Makefile.in') 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 -- cgit v1.2.3