Commit 580ca3dd authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

nmk: rules.mk -- Fix AFLAGS typo

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent afbc03ee
......@@ -7,7 +7,7 @@ define nmk-ccflags
endef
define nmk-asflags
$(CFLAGS) $(ASFLAGS) $(asflags-y) $(AFLAGS_$(@F))
$(CFLAGS) $(AFLAGS) $(asflags-y) $(AFLAGS_$(@F))
endef
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment