/alps/bar_resolve

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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 19:01:33 UTC
  • Revision ID: csa@suren.me-20160302190133-2suzxss2vze5ao54
Finalyze the sample

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
test-objs := mod.o dev.o sysfs.o
3
3
 
4
4
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
5
 
INSTALLDIR ?= /lib/modules/$(shell uname -r)/kernel/extra
 
5
INSTALLDIR ?= /lib/modules/$(shell uname -r)/extra
6
6
PWD := $(shell pwd)
7
7
 
 
8
KBUILD_EXTRA_SYMBOLS := ${INSTALLDIR}/pciDriver.symvers
8
9
EXTRA_CFLAGS += -I$(M)/..
9
10
 
10
11
default: app