kamailio-4.x: remove checking module selection
[feed/telephony.git] / net / kamailio-4.x / Makefile
index 7feb2dd6ebd7b64ae8c93287e580e798fabbf6f0..7b09911cdd1e1e1e4d1d5d5770babb5604db0280 100644 (file)
@@ -98,10 +98,7 @@ $(call Package/kamailio4/install/module,$$(1),$(1))
 $(foreach d,$(5),$(call Package/kamailio4/install/dbfiles,$$(1),$(d));)
   endef
 
-ifneq ($(CONFIG_PACKAGE_kamailio4-mod-$(1)),)
   INCL_MODULES+=$(1)
-endif
-
   KAM_MODULES+=kamailio4-mod-$(subst _,-,$(1))
 endef