Commit e35b4bd1 authored by Alessandro Rubini's avatar Alessandro Rubini

initial empty files with a Makefile

parent be7e577e
*.o
*.ko
*~
*.mod.c
/.tmp_versions
.*cmd
modules.order
Module.symvers
\ No newline at end of file
LINUX ?= /lib/modules/$(shell uname -r)/build
ZIO ?= $(HOME)/zio
SPEC ?= $(HOME)/spec-sw
ccflags-y = -I$(ZIO)/include -I$(SPEC)/kernel
obj-m := spec-fine-delay.o
spec-fine-delay-objs = fd-lib.o fd-zio.o fd-probe.o
all modules:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules
clean:
\ No newline at end of file
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