From e443a23cd49577b67dbd99c6d953f23095cfcf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 24 Feb 2018 20:11:04 +0100 Subject: [PATCH] adapt to libcmini path as on github now --- tos/fpga_test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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