Commit 8c36a5fa authored by Manohar Vanga's avatar Manohar Vanga

simulation: renamed wb.c to wishbone.c

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@gmail.com>
parent d2f716dd
......@@ -7,7 +7,7 @@ LINUX ?= $(HOME)/linux-for-wbonesim
export WISHBONE_DIR ?= $(shell /bin/pwd)
EXTRA_CFLAGS := -I$(WISHBONE_DIR)/include
obj-m = wb.o fakedac.o fakeadc.o fakespec.o
obj-m = wishbone.o fakedac.o fakeadc.o fakespec.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