Merge branch 'pm-wakeirq'
[deliverable/linux.git] / Documentation / networking / timestamping / Makefile
1 # To compile, from the source root
2 #
3 # make headers_install
4 # make M=documentation
5
6 # List of programs to build
7 hostprogs-y := hwtstamp_config timestamping txtimestamp
8
9 # Tell kbuild to always build the programs
10 always := $(hostprogs-y)
11
12 HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
13 HOSTCFLAGS_txtimestamp.o += -I$(objtree)/usr/include
14 HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
This page took 0.029626 seconds and 5 git commands to generate.