allow multiple kernel config dependencies

SVN-Revision: 4148
This commit is contained in:
Felix Fietkau 2006-07-18 16:22:01 +00:00
parent 19ddbe8662
commit 2721d25c5b

View file

@ -59,7 +59,7 @@ define KernelPackage
$(eval $(call KernelPackage/$(1)))
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
ifneq ($(KCONFIG),m)
ifneq ($(findstring m,$(KCONFIG)),m)
CONFIG_PACKAGE_kmod-$(1):=
endif