From 03a008e27f61ee805ec1cc914fbe60f6eb34887c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 27 Mar 2012 13:38:58 +0200 Subject: buildsys: Fix typo in check-as-var handling Missing second expansion with _v. This led to wrong args passed down to assembler. Signed-off-by: Bernhard Reutner-Fischer --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index d7cdaf9a3..00e8481b8 100644 --- a/Rules.mak +++ b/Rules.mak @@ -198,7 +198,7 @@ endef define check-as-var $(call check-tool-var,check_as,ASFLAG,$(1)) _v = CFLAG_-Wa$(1) -export $(_v) = $$(if $$(ASFLAG_$(1)),-Wa$$(comma)$$(ASFLAG_$(1))) +export $$(_v) = $$(if $$(ASFLAG_$(1)),-Wa$$(comma)$$(ASFLAG_$(1))) endef # Usage: check-ld-var, # Check the linker to see if it supports . Export the -- cgit v1.2.3