hostcxxlibs-$(CONFIG_PAX_RAP_PLUGIN) += rap_plugin.so
always-y := $(hostcxxlibs-y)

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

clean-files += *.so
