diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:26 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 17:25:20 +0200 |
commit | 911a2081a3d2a0decd75ad46bdae3d22694a4a98 (patch) | |
tree | 85897d6fabbcc7742e19a66b4a212eb0e2043fd6 | |
parent | f397d2ce9e42c7b37a5707057482fecf21aec13e (diff) | |
download | buildroot-novena-911a2081a3d2a0decd75ad46bdae3d22694a4a98.tar.gz buildroot-novena-911a2081a3d2a0decd75ad46bdae3d22694a4a98.zip |
x-loader: remove useless comment
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | boot/xloader/xloader.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boot/xloader/xloader.mk b/boot/xloader/xloader.mk index b15d9b9ad..bb9925952 100644 --- a/boot/xloader/xloader.mk +++ b/boot/xloader/xloader.mk @@ -24,11 +24,6 @@ endef $(eval $(generic-package)) -############################################################# -# -# Toplevel Makefile options -# -############################################################# ifeq ($(BR2_TARGET_XLOADER),y) # we NEED a board name unless we're at make source ifeq ($(filter source,$(MAKECMDGOALS)),) |