cxl: Fix typo in debug print
[linux/fpc-iii.git] / Documentation / mic / mpssd / Makefile
blobf47fe6ba7300a8a6cb4f286faf91389fbb9c9638
1 # List of programs to build
2 hostprogs-$(CONFIG_X86_64) := mpssd
4 mpssd-objs := mpssd.o sysfs.o
6 # Tell kbuild to always build the programs
7 always := $(hostprogs-y)
9 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
11 ifdef DEBUG
12 HOSTCFLAGS += -DDEBUG=$(DEBUG)
13 endif
15 HOSTLOADLIBES_mpssd := -lpthread
17 install:
18 install mpssd /usr/sbin/mpssd
19 install micctrl /usr/sbin/micctrl