/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-19 02:19:51 UTC
  • Revision ID: csa@suren.me-20151119021951-00bae7ma1vqy561h
Support setting payload size

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
obj-m := pciDriver.o
3
 
pciDriver-objs := base.o int.o umem.o kmem.o sysfs.o ioctl.o
 
3
pciDriver-objs := base.o int.o umem.o kmem.o sysfs.o ioctl.o compat.o
4
4
 
5
5
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
6
6
INSTALLDIR ?= /lib/modules/$(shell uname -r)/kernel/extra