Makefile: fix constcw FFDECSA dependency

This commit is contained in:
Jaroslav Kysela 2014-10-02 18:07:02 +02:00
parent 1249a5e812
commit 5c483af6e2

View file

@ -304,6 +304,7 @@ SRCS-${CONFIG_CONSTCW} += \
ifneq ($(CONFIG_DVBCSA),yes)
FFDECSA-$(CONFIG_CAPMT) = yes
FFDECSA-$(CONFIG_CWC) = yes
FFDECSA-$(CONFIG_CONSTCW) = yes
endif
ifeq ($(FFDECSA-yes),yes)