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