mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-26 11:35:33 +00:00
build/nmk: rename $@-ldflags-y to LDFLAGS_$@
That will complement existing CFLAGS_ and ASFLAGS_. As no one use it yet (I will use it, do not remove) - no need for convert-everything patch. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
2cb4532e26
commit
efe35aa39f
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ define gen-custom-target-rule
|
|||
ifneq ($($(1)-obj-y),)
|
||||
$(eval $(call gen-ld-target-rule, \
|
||||
$(obj)/$(1).built-in.o, \
|
||||
$(ld_flags) $($(1)-ldflags-y), \
|
||||
$(ld_flags) $(LDFLAGS_$(1)), \
|
||||
$(call objectify,$($(1)-obj-y)), \
|
||||
$(call objectify,$($(1)-obj-y)) \
|
||||
$(call objectify,$($(1)-obj-e))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue