Makefile: ignore .config for defconfig
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 26 Dec 2013 23:04:29 +0000 (00:04 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 27 Dec 2013 08:30:53 +0000 (09:30 +0100)
commit063f4ee32af9fb725f82f10e9676595f5c7b5282
tree44d88e76a01366af00eb7ef872d94425c7bbe05f
parentb07b9d181ddea2282d8f6018b2f8b808439f67ca
Makefile: ignore .config for defconfig

Currently, we do not include .config for all '%_defconfig' targets, but
we forgot to also exclude plain 'defconfig'.

Reported-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile