vusec/revanc

Makefile error

Closed this issue · 1 comments

Line 9 of ./source/darwin/Makefile:

obj-y == source/darwin/thread.o

I think should be:

obj-y += source/darwin/thread.o

Thanks, I have corrected it.