commit 439fb6395ab9e6ee6bb16a73917d16a2b598f48b
parent 02a6f417b17d6b4f0401f8b4c2e1aee3eec5b56f
Author: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Mon, 13 Jul 2015 20:55:29 +0100
lcd4linux: remove broken flag from DPF driver
No longer requires external DPF library as of SVN r1198.
Fixes: #1570
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile
@@ -26,7 +26,7 @@ LCD4LINUX_DRIVERS:= \
Curses \
Cwlinux \
D4D \
- $(if $(CONFIG_BROKEN),DPF) \
+ DPF \
EA232graphic \
EFN \
FutabaVFD \