irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git] / Documentation / mic / mpssd / Makefile
blob06871b0c08a6e9fb5d38f5b1e4d5dfb90135f2f2
1 ifndef CROSS_COMPILE
2 # List of programs to build
3 hostprogs-$(CONFIG_X86_64) := mpssd
5 mpssd-objs := mpssd.o sysfs.o
7 # Tell kbuild to always build the programs
8 always := $(hostprogs-y)
10 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
12 ifdef DEBUG
13 HOSTCFLAGS += -DDEBUG=$(DEBUG)
14 endif
16 HOSTLOADLIBES_mpssd := -lpthread
18 install:
19 install mpssd /usr/sbin/mpssd
20 install micctrl /usr/sbin/micctrl
21 endif