From: Joel Holdsworth Date: Sat, 18 Feb 2012 17:06:14 +0000 (+0000) Subject: Added root as an include directory X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~68 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=60b99ccceb5ab9b7a7544b362794bf599a960d90;p=sigrok-firmware-fx2lafw.git Added root as an include directory --- diff --git a/fx2lafw.mk b/fx2lafw.mk index 367ec396..20956ec8 100644 --- a/fx2lafw.mk +++ b/fx2lafw.mk @@ -28,4 +28,6 @@ else SDCCFLAGS += -DNDEBUG endif +SDCCFLAGS += -I../ + include $(FX2LIBDIR)/lib/fx2.mk