]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - Makefile.include
Fix #include guard names.
[sigrok-firmware-fx2lafw.git] / Makefile.include
index 81c4915a83bc6a4d7e839b7cae0b7eb90cdf8786..626c5cda8d2d4176af713477c7e27b27a71cc36c 100644 (file)
 ##
 
 OBJCOPY ?= objcopy
-
 FX2LIBDIR ?= ../../fx2lib
 BUILDDIR ?= build
-
-SDCCFLAGS += -I../../include/
+SDCCFLAGS += -I../../include
 
 $(BUILDDIR)/$(BASENAME).fw: $(BUILDDIR)/$(BASENAME).ihx
        $(OBJCOPY) -Iihex $< -Obinary $@