Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[sfrench/cifs-2.6.git] / Documentation / mic / mpssd / Makefile
1 # List of programs to build
2 hostprogs-y := mpssd
3
4 mpssd-objs := mpssd.o sysfs.o
5
6 # Tell kbuild to always build the programs
7 always := $(hostprogs-y)
8
9 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
10
11 ifdef DEBUG
12 HOSTCFLAGS += -DDEBUG=$(DEBUG)
13 endif
14
15 HOSTLOADLIBES_mpssd := -lpthread
16
17 install:
18         install mpssd /usr/sbin/mpssd
19         install micctrl /usr/sbin/micctrl