lcd4linux: remove broken flag from DPF driver
authorJonathan McCrohan <jmccrohan@gmail.com>
Mon, 13 Jul 2015 19:55:29 +0000 (20:55 +0100)
committerJonathan McCrohan <jmccrohan@gmail.com>
Mon, 13 Jul 2015 19:55:29 +0000 (20:55 +0100)
No longer requires external DPF library as of SVN r1198.

Fixes: #1570
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
utils/lcd4linux/Makefile

index 59fe5c99a9284d64d6a0636cb8a8ff344abe13fc..54b0ed82eba1cfa736bafd1476934e1d6f9eea05 100644 (file)
@@ -26,7 +26,7 @@ LCD4LINUX_DRIVERS:= \
        Curses \
        Cwlinux \
        D4D \
-       $(if $(CONFIG_BROKEN),DPF) \
+       DPF \
        EA232graphic \
        EFN \
        FutabaVFD \