Skip to content
Snippets Groups Projects
Commit 2d59f2d1 authored by Federico Vaga's avatar Federico Vaga
Browse files

Makefile: remove unused rule from Makefile


Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent cba1d686
Branches
Tags
No related merge requests found
......@@ -4,6 +4,3 @@ EXTRA_CFLAGS += -I$(obj)/../include/
# zio-buf-kmalloc.o is now part of zio-core
obj-m = zio-buf-vmalloc.o
all:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules
......@@ -7,6 +7,3 @@ obj-m += zio-gpio.o
ifdef CONFIG_SPI
obj-m += zio-ad788x.o
endif
all:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules
......@@ -5,6 +5,3 @@ EXTRA_CFLAGS += -I$(obj)/../include/
# zio-trig-user.o is now part of zio-core
obj-m = zio-trig-timer.o
obj-m += zio-trig-irq.o
all:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules
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