DRIVER_NAME = Voyager
include ../driver.mk

brl.o:
	$(CC) $(BRL_CFLAGS) $(KDRIVER) -o brl.o -c braille.c


clean:
	rm -f *.o *~

