allow multiple kernel config dependencies
SVN-Revision: 4148
This commit is contained in:
parent
19ddbe8662
commit
2721d25c5b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ define KernelPackage
|
||||||
$(eval $(call KernelPackage/$(1)))
|
$(eval $(call KernelPackage/$(1)))
|
||||||
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
|
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
|
||||||
|
|
||||||
ifneq ($(KCONFIG),m)
|
ifneq ($(findstring m,$(KCONFIG)),m)
|
||||||
CONFIG_PACKAGE_kmod-$(1):=
|
CONFIG_PACKAGE_kmod-$(1):=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue