summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 364f7f7949..5166c478fa 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -13,8 +13,6 @@ SRCS= menu.c \
menu_console.c \
menu_param.c \
-ifeq ($(DVBIN),yes)
-SRCS += menu_dvbin.c
-endif
+SRCS-$(DVBIN) += menu_dvbin.c
include ../mpcommon.mak