Commit a853a87d authored by Alessandro Rubini's avatar Alessandro Rubini

makefiles: remove -DDEBUG that should not be there

We introduced -DDEBUG in two makefiles by error. One error each of us.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent b3ec8b99
......@@ -13,8 +13,6 @@ obj-m += tools/
# WARNING: the line below doesn't work in-kernel if you compile with O=
EXTRA_CFLAGS += -I$(obj)/include/
EXTRA_CFLAGS += -DDEBUG
all: modules tools
modules:
......
LINUX ?= /lib/modules/$(shell uname -r)/build
EXTRA_CFLAGS += -I$(obj)/../include/ -DDEBUG
EXTRA_CFLAGS += -I$(obj)/../include
obj-m = zio-zero.o
obj-m += zio-gpio.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment