From: Ricardo Salveti de Araujo Date: Mon, 23 May 2011 11:19:36 +0000 (+0530) Subject: Makefile: fixing mkconfig usage X-Git-Tag: v1.5.1~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199ca44a4533f535513696355b88b6866d9b85db;p=pandora-x-loader.git Makefile: fixing mkconfig usage This was supposed to be part of patch 6f0a44705. Signed-off-by: Ricardo Salveti de Araujo Signed-off-by: Anand Gadiyar --- diff --git a/Makefile b/Makefile index 1930db5..12ab858 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ igep0020_config : unconfig ## OMAP4 (ARM-CortexA9) Systems ######################################################################### omap4430panda_config : unconfig - @./mkconfig $(@:_config=) arm omap4 omap4430panda 1 + @$(MKCONFIG) $(@:_config=) arm omap4 omap4430panda 1 #########################################################################