From 2ff3425ab1685a1445cc330eca15a78025c1903a Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Jul 2021 18:14:27 -0400 Subject: build: Rename SHARED_LDFLAG to SHARED_LDFLAGS Change-Id: Icb81c72fbcfcdad624112a386ba38a40a830d18f --- apps/plugins/plugins.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plugins.make') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 71eaeb52c0..ac94a04c59 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -112,7 +112,7 @@ $(BUILDDIR)/apps/plugins/%.o: $(ROOTDIR)/apps/plugins/%.c $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(PLUGINFLAGS) -c $< -o $@ ifdef APP_TYPE - PLUGINLDFLAGS = $(SHARED_LDFLAG) -Wl,-Map,$*.map + PLUGINLDFLAGS = $(SHARED_LDFLAGS) -Wl,-Map,$*.map PLUGINFLAGS += $(SHARED_CFLAGS) # <-- from Makefile else PLUGINLDFLAGS = -T$(PLUGINLINK_LDS) -Wl,--gc-sections -Wl,-Map,$*.map -- cgit v1.2.3