Commit 27362360 authored by igalia's avatar igalia

fix compiling errors in Makefile and tdc-core.c.

Signed-off-by: 's avatarigalia <igalia@ostest.(none)>
parent f35cff78
LINUX ?= /lib/modules/$(shell uname -r)/build
#LINUX ?= ../
ZIO ?= $(HOME)/devel/cern/zio
SPEC_SW ?= $(HOME)/devel/cern/spec-sw
ZIO ?= $(HOME)/dependencies/zio
SPEC_SW ?= $(HOME)/dependencies/spec-sw
KBUILD_EXTRA_SYMBOLS := $(ZIO)/Module.symvers $(SPEC_SW)/kernel/Module.symvers
......
......@@ -13,6 +13,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <asm/io.h>
#include "spec.h"
......
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