Browse Source

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>
Jonathan McCrohan 9 years ago
parent
commit
439fb6395a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/lcd4linux/Makefile

+ 1
- 1
utils/lcd4linux/Makefile View File

@@ -26,7 +26,7 @@ LCD4LINUX_DRIVERS:= \
26 26
 	Curses \
27 27
 	Cwlinux \
28 28
 	D4D \
29
-	$(if $(CONFIG_BROKEN),DPF) \
29
+	DPF \
30 30
 	EA232graphic \
31 31
 	EFN \
32 32
 	FutabaVFD \