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

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

clean-files += *.so
