0f3156888048385ddefabef9a5dd72d7c7967c80
[deliverable/linux.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
This page took 0.048541 seconds and 4 git commands to generate.