hostcxxlibs-$(CONFIG_PAX_CONSTIFY_PLUGIN) += constify_plugin.so
always-y := $(hostcxxlibs-y)

constify_plugin-objs := $(patsubst $(src)/%.c,%.o,$(wildcard $(src)/*.c))

clean-files += *.so
