Commit 1036ae92 authored by Manohar Vanga's avatar Manohar Vanga

driver: remove wb_1wire.o from Makefile to prevent compilation errors

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@cern.ch>
parent ec61d878
......@@ -5,7 +5,7 @@ LINUX?=/acc/sys/$(CPU)/usr/src/kernels/$(KVER)
# temporarily, use local <linux/wishbone.h>
EXTRA_CFLAGS := -I$(obj)/include -I$(shell /bin/pwd)/drivers/w1/
obj-m = wishbone.o fakedac.o fakeadc.o fake_wb_bus.o wb_1wire.o
obj-m = wishbone.o fakedac.o fakeadc.o fake_wb_bus.o #wb_1wire.o
all:
make -C $(LINUX) M=$(shell /bin/pwd) modules
......
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