Commit 42ddcb79 authored by A. Hahn's avatar A. Hahn

tools: workaround for multiple definition of wrpc_w1_bus

parent 04ceb2ab
...@@ -6,7 +6,6 @@ CFLAGS += -D__GIT_VER__="\"$(GIT_VER)\"" -D__GIT_USR__="\"$(GIT_USR)\"" ...@@ -6,7 +6,6 @@ CFLAGS += -D__GIT_VER__="\"$(GIT_VER)\"" -D__GIT_USR__="\"$(GIT_USR)\""
LDFLAGS = -lutil -L../liblinux -ldevmap -L../liblinux/extest -lextest LDFLAGS = -lutil -L../liblinux -ldevmap -L../liblinux/extest -lextest
LDFLAGS += -lreadline LDFLAGS += -lreadline
ALL = genraminit genramvhd genrammif ALL = genraminit genramvhd genrammif
ALL += wrpc-w1-read wrpc-w1-write
ALL += pfilter-builder ALL += pfilter-builder
ALL += wrpc-dump mapper ALL += wrpc-dump mapper
ALL += wrpc-vuart ALL += wrpc-vuart
...@@ -75,4 +74,3 @@ dump-info-host.o: ../dump-info.o ...@@ -75,4 +74,3 @@ dump-info-host.o: ../dump-info.o
$(MAKE) -C .. dump-info.o $(MAKE) -C .. dump-info.o
clean: clean:
rm -f $(ALL) *.o *~ dump-info-host.bin rm -f $(ALL) *.o *~ dump-info-host.bin
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