linux: add linux-update-config and linux-update-defconfig targets
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Fri, 14 Oct 2011 14:56:56 +0000 (16:56 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 11 Nov 2011 19:13:14 +0000 (20:13 +0100)
commit0900c12556ced3155ef890ef0f23c2a6b66945e2
treeae7f84c2652e4016853fcaa4d525fe278f3e529f
parent7062aff3d1cc22a4c341c8629842c6d8251c2a6f
linux: add linux-update-config and linux-update-defconfig targets

In analogy to build targets uclibc-update and busybox-update, add
extra targets to copy the current configuration to the custom
configuration file set in buildroot. These targets facilitate the
work of developers adding support for a specific board.

linux-update-config copies .config directly.
linux-update-defconfig first creates a defconfig and copies that.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk