diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-29 19:33:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-06 11:07:37 +0200 |
commit | cb686165d22ecb6d1f7094a02ee6360c8b2ce92f (patch) | |
tree | 9e896e816f7313e5c66ddb6e2ceb5ff1f5007597 /Makefile | |
parent | 31d12a8408778fbc73627b8853ead766771a1249 (diff) | |
download | buildroot-cb686165d22ecb6d1f7094a02ee6360c8b2ce92f.tar.gz buildroot-cb686165d22ecb6d1f7094a02ee6360c8b2ce92f.zip |
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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |