rm old linux code

This commit is contained in:
Gerolf Ziegenhain 2016-10-04 18:32:07 +02:00
parent 81316638fc
commit 1d3b674ecc
2 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
SRC = irmc.c cwprotocol.c beep.c
SRC = irmc.c cwprotocol.c beep.c util.c
OBJ = ${SRC:.c=.o}
LDFLAGS = -lportaudio -lpthread -lm
CFLAGS = -Wall -Wno-format-zero-length

View File

@ -24,12 +24,6 @@
#include <mach/mach.h>
#endif
/*
#include <linux/ioctl.h>
#include <asm-generic/ioctl.h>
#include <asm-generic/termios.h>
*/
//#define DEBUG 1
#define MAXDATASIZE 1024 // max number of bytes we can get at once