Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[deliverable/linux.git] / Documentation / networking / Makefile
CommitLineData
3794f3e8
RD
1# kbuild trick to avoid linker error. Can be omitted if a module is built.
2obj- := dummy.o
3
4# List of programs to build
5hostprogs-y := ifenslave
6
520732af
RD
7HOSTCFLAGS_ifenslave.o += -I$(objtree)/usr/include
8
3794f3e8
RD
9# Tell kbuild to always build the programs
10always := $(hostprogs-y)
f28f9e43
RD
11
12obj-m := timestamping/
This page took 0.241145 seconds and 5 git commands to generate.