About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / networking / timestamping / Makefile


Based on kernel version 4.8. Page generated on 2016-10-06 23:18 EST.

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
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog