/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/Makefile.in

  • Committer: Suren A. Chilingaryan
  • Date: 2016-04-06 20:17:39 UTC
  • Revision ID: csa@suren.me-20160406201739-00z1ypfcrnl4o7iu
Fix building of driver if pcilib is built out-of-source

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
HEADERDIR ?= /lib/modules/$(KERNELVER)/source/include
11
11
PWD := $(shell pwd)
12
12
 
13
 
EXTRA_CFLAGS += -I$(M)/..
 
13
#EXTRA_CFLAGS += -I$(M)/..
 
14
EXTRA_CFLAGS += -I${CMAKE_BINARY_DIR}/driver
14
15
 
15
16
ifdef DUMMY_DEVICE
16
17
ifneq ($(DUMMY_DEVICE), 0)