diff options
Diffstat (limited to 'packages/linux-input/files/makefile.patch')
-rw-r--r-- | packages/linux-input/files/makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux-input/files/makefile.patch b/packages/linux-input/files/makefile.patch new file mode 100644 index 0000000000..6499372f83 --- /dev/null +++ b/packages/linux-input/files/makefile.patch @@ -0,0 +1,12 @@ +--- Makefile.old 2004-12-05 18:33:23.000000000 +0000 ++++ Makefile 2004-12-05 18:33:42.000000000 +0000 +@@ -32,8 +32,7 @@ + CC = gcc + CFLAGS = -g -O2 -Wall -I../linux/include + +-PROGRAMS = evtest inputattach jstest jscal fftest ffmvforce ffset \ +- ffcfstress # acceltest ++PROGRAMS = evtest inputattach jstest jscal fftest + + compile: $(PROGRAMS) + |