CFLAGS=-Wall
xilinx.so: xilinx.c xilinx.h
gcc $(CFLAGS) $< -o $@ -ldl -shared
clean:
rm -f xilinx.so