From d577b061cc069a8350b9274f4dc32b6984baefde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 25 Dec 2017 13:41:34 +0100 Subject: [PATCH] re-add inadvertently removed INCLUDE variable --- tos/fpga_test/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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