obj-m := serial.o

KDIR := $(HOME)/felabs/linux/character/linux-3.0.4
PWD := $(shell pwd)

default:
	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
