diff --git a/tos/fpga_test/Makefile b/tos/fpga_test/Makefile index 325a7e1..4b0b950 100755 --- a/tos/fpga_test/Makefile +++ b/tos/fpga_test/Makefile @@ -21,9 +21,9 @@ endif DEPEND=depend TOPDIR = ../.. -#LIBCMINI=$(TOPDIR)/../libcmini/libcmini +LIBCMINI=$(TOPDIR)/../libcmini -#INCLUDE=-I$(LIBCMINI)/include -nostdlib -I$(TOPDIR)/include +INCLUDE=-I$(LIBCMINI)/include -nostdlib -I$(TOPDIR)/include INCLUDE=-I$(TOPDIR)/include LIBS=-L$(TOPDIR)/firebee -lbas