summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@openmoko.org>2008-07-09 14:30:30 (GMT)
committerWolfgang Denk <wd@denx.de>2008-08-18 21:21:49 (GMT)
commit0a823aa2a8a8c0685e73900f387d602d7edafc0e (patch)
treea1dc74162bd31a5604873c8199a9f0b0218fe836 /Makefile
parentfe2ce5500ebf43d79d227190bd2370232d5b113d (diff)
downloadu-boot-0a823aa2a8a8c0685e73900f387d602d7edafc0e.tar.xz
Add 'license' command to U-Boot command line
The 'license' command includes the U-Boot license (GPLv2) into the actual bootloader binary. The license text can be shown interactively at the U-Boot commandline. For products where the commandline can actually be accessed by the end user, this helps to prevent inadvertent GPL violations, since the GPLv2 license text can no longer be 'forgotten' to be included into the product. The 'license' command can be enabled by CONFIG_CMD_LICENSE. Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00ae9ca..24700f9 100644
--- a/Makefile
+++ b/Makefile
@@ -459,6 +459,8 @@ CHANGELOG:
git log --no-merges U-Boot-1_1_5.. | \
unexpand -a | sed -e 's/\s\s*$$//' > $@
+include/license.h: tools/bin2header COPYING
+ cat COPYING | gzip -9 -c | ./tools/bin2header license_gzip > include/license.h
#########################################################################
unconfig: