Changed the id entry for the iNexio to match the kernel serio.h entry.
[inexio.git] / Makefile
blobbaad5c5d12fb431a45033bf4298fa2dfbb4c593c
1 ifneq ($(KERNELRELEASE),)
2 obj-m:= inexio.o
3 else
4 KDIR:= /lib/modules/$(shell uname -r)/build
5 PWD:= $(shell pwd)
6 default:
7 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
8 endif