Lines 86-92
else
Link Here
|
86 |
ifneq (,$(strip $(findstring $(OSTYPE), Linux))) |
86 |
ifneq (,$(strip $(findstring $(OSTYPE), Linux))) |
87 |
# Linux |
87 |
# Linux |
88 |
# uncomment this next line if you have the USB tower library installed |
88 |
# uncomment this next line if you have the USB tower library installed |
89 |
# USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o |
89 |
USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o |
90 |
CFLAGS += -I/usr/local/include/LegoUSB -Wno-deprecated |
90 |
CFLAGS += -I/usr/local/include/LegoUSB -Wno-deprecated |
91 |
else |
91 |
else |
92 |
ifneq (,$(findstring $(OSTYPE), SunOS)) |
92 |
ifneq (,$(findstring $(OSTYPE), SunOS)) |