rm old linux code
This commit is contained in:
parent
81316638fc
commit
1d3b674ecc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user