summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-29 19:33:26 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-06 11:07:37 +0200
commitcb686165d22ecb6d1f7094a02ee6360c8b2ce92f (patch)
tree9e896e816f7313e5c66ddb6e2ceb5ff1f5007597 /Makefile
parent31d12a8408778fbc73627b8853ead766771a1249 (diff)
Makefile: remove dubious comment
This comment is a left-over from previous code changes, and it doesn't make much sense where it is placed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8d0972501..65b60c209 100644
--- a/Makefile
+++ b/Makefile
@@ -376,9 +376,6 @@ endif
include package/Makefile.in
include support/dependencies/dependencies.mk
-# We also need the various per-package makefiles, which also add
-# each selected package to TARGETS if that package was selected
-# in the .config file.
include toolchain/*.mk
include toolchain/*/*.mk