]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - Makefile.include
README: Add status, update URL, add more info.
[sigrok-firmware-fx2lafw.git] / Makefile.include
index 5c01a958019fb4b8b2a2c20332b2c4e0a6458764..626c5cda8d2d4176af713477c7e27b27a71cc36c 100644 (file)
 ##
 
 OBJCOPY ?= objcopy
-
 FX2LIBDIR ?= ../../fx2lib
 BUILDDIR ?= build
-
-DEBUG ?= 0
-ifeq ($(DEBUG), 1)
-       SDCCFLAGS += -DDEBUG
-else
-       SDCCFLAGS += -DNDEBUG
-endif
-
-SDCCFLAGS += -I../../include/
+SDCCFLAGS += -I../../include
 
 $(BUILDDIR)/$(BASENAME).fw: $(BUILDDIR)/$(BASENAME).ihx
        $(OBJCOPY) -Iihex $< -Obinary $@