Documentation: add makefiles for more targets
Add a bunch of previously unbuilt source files to the Documentation build machinery. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
1
Documentation/mic/Makefile
Normal file
1
Documentation/mic/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
subdir-y := mpssd
|
@@ -1,19 +1,19 @@
|
||||
#
|
||||
# Makefile - Intel MIC User Space Tools.
|
||||
# Copyright(c) 2013, Intel Corporation.
|
||||
#
|
||||
# List of programs to build
|
||||
hostprogs-y := mpssd
|
||||
|
||||
mpssd-objs := mpssd.o sysfs.o
|
||||
|
||||
# Tell kbuild to always build the programs
|
||||
always := $(hostprogs-y)
|
||||
|
||||
HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include
|
||||
|
||||
ifdef DEBUG
|
||||
CFLAGS += $(USERWARNFLAGS) -I. -g -Wall -DDEBUG=$(DEBUG)
|
||||
else
|
||||
CFLAGS += $(USERWARNFLAGS) -I. -g -Wall
|
||||
HOSTCFLAGS += -DDEBUG=$(DEBUG)
|
||||
endif
|
||||
|
||||
mpssd: mpssd.o sysfs.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ -lpthread
|
||||
HOSTLOADLIBES_mpssd := -lpthread
|
||||
|
||||
install:
|
||||
install mpssd /usr/sbin/mpssd
|
||||
install micctrl /usr/sbin/micctrl
|
||||
|
||||
clean:
|
||||
rm -f mpssd *.o
|
||||
|
Reference in New Issue
Block a user