Project

General

Profile

Revision 583

Added by ibrin about 16 years ago

finished my lights driver, but it doesn't work; it turns the lights on to one color, and they stay that way, no matter what.

View differences:

Makefile
116 116
endif
117 117

  
118 118
# Place -I, -L options here
119
CINCS = -I$(COLONYROOT)/code/lib/include/libdragonfly
120
CINCS += -L$(COLONYROOT)/code/lib/bin
119
CINCS = -I../libdragonfly
120
CINCS += -L../libdragonfly
121 121
ifdef USE_WIRELESS
122
	CINCS += -I$(COLONYROOT)/code/lib/include/libwireless
122
	#CINCS += -I$(COLONYROOT)/code/lib/include/libwireless
123 123
endif
124 124

  
125 125
#---------------- Compiler Options ----------------

Also available in: Unified diff