]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - Makefile.include
Fix a left-over __data in our fx2lib copy.
[sigrok-firmware-fx2lafw.git] / Makefile.include
index 5c01a958019fb4b8b2a2c20332b2c4e0a6458764..81c4915a83bc6a4d7e839b7cae0b7eb90cdf8786 100644 (file)
@@ -24,13 +24,6 @@ OBJCOPY ?= objcopy
 FX2LIBDIR ?= ../../fx2lib
 BUILDDIR ?= build
 
-DEBUG ?= 0
-ifeq ($(DEBUG), 1)
-       SDCCFLAGS += -DDEBUG
-else
-       SDCCFLAGS += -DNDEBUG
-endif
-
 SDCCFLAGS += -I../../include/
 
 $(BUILDDIR)/$(BASENAME).fw: $(BUILDDIR)/$(BASENAME).ihx