diff --git a/tos/fpga_test/Makefile b/tos/fpga_test/Makefile index 7f013db..1355639 100755 --- a/tos/fpga_test/Makefile +++ b/tos/fpga_test/Makefile @@ -24,6 +24,8 @@ TOPDIR = ../.. #LIBCMINI=$(TOPDIR)/../libcmini/libcmini #INCLUDE=-I$(LIBCMINI)/include -nostdlib -I$(TOPDIR)/include +INCLUDE=-I$(TOPDIR)/include + LIBS=-L$(TOPDIR)/firebee -lbas CC=$(PREFIX)/bin/gcc