You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
319 B
13 lines
319 B
Deactivate ufb, this needs the UAPI Linux kernel headers from >= 3.18,
|
|
this tools is currently not used, so just remove it for now.
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
CC ?= $(CROSS_COMPILE)gcc
|
|
BINDIR ?= /usr/sbin
|
|
-PROGRAMS = uuc sdimage ufb
|
|
+PROGRAMS = uuc sdimage
|
|
LIBS ?= -lpthread
|
|
|
|
all: $(PROGRAMS)
|
|
|