blob: 8c20dfaa4d6ee91341ac782179127274e8abde61 [file] [log] [blame]
Willem de Bruijn8fe2f762014-08-31 21:27:47 -04001# To compile, from the source root
2#
3# make headers_install
4# make M=documentation
5
Randy Dunlapf28f9e42010-03-12 19:23:27 +00006# List of programs to build
Linus Torvalds35a9ad82014-10-08 21:40:54 -04007hostprogs-y := hwtstamp_config timestamping txtimestamp
Randy Dunlapf28f9e42010-03-12 19:23:27 +00008
9# Tell kbuild to always build the programs
10always := $(hostprogs-y)
11
12HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
Willem de Bruijn8fe2f762014-08-31 21:27:47 -040013HOSTCFLAGS_txtimestamp.o += -I$(objtree)/usr/include
Ben Hutchingsa4bcc792013-11-22 20:10:24 +000014HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include