tdc: adapt the old repo to the new one at OHWR

Import the history and change some paths.
Signed-off-by: Samuel Iglesias Gonsálvez's avatarSamuel Iglesias Gonsalvez <siglesias@igalia.com>
parent bd078c15
This diff is collapsed.
FMC TDC driver support
---
This project is still on development phase. The documentation will be added very
soon, when it is stabilized.
Contact: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
LINUX ?= /lib/modules/$(shell uname -r)/build
#LINUX ?= ../../kernel-3.5
ZIO ?= $(HOME)/dependencies/zio
SPEC_SW ?= $(HOME)/dependencies/spec-sw
ZIO ?= $(HOME)/zio
SPEC_SW ?= $(HOME)/spec-sw
KBUILD_EXTRA_SYMBOLS := $(ZIO)/Module.symvers $(SPEC_SW)/kernel/Module.symvers
......
ZIO ?= $(HOME)/dependencies/zio
ZIO ?= $(HOME)/zio
LIB = libtdc.a
LOBJ := libtdc.o
......
ZIO ?= $(HOME)/dependencies/zio
ZIO ?= $(HOME)/zio
LIB = libtdc.a
LOBJ := libtdc.o
......
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