Willem de Bruijn | 8fe2f76 | 2014-08-31 21:27:47 -0400 | [diff] [blame] | 1 | # To compile, from the source root |
| 2 | # |
| 3 | # make headers_install |
| 4 | # make M=documentation |
| 5 | |
Randy Dunlap | f28f9e4 | 2010-03-12 19:23:27 +0000 | [diff] [blame] | 6 | # List of programs to build |
Linus Torvalds | 35a9ad8 | 2014-10-08 21:40:54 -0400 | [diff] [blame] | 7 | hostprogs-y := hwtstamp_config timestamping txtimestamp |
Randy Dunlap | f28f9e4 | 2010-03-12 19:23:27 +0000 | [diff] [blame] | 8 | |
| 9 | # Tell kbuild to always build the programs |
| 10 | always := $(hostprogs-y) |
| 11 | |
| 12 | HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include |
Willem de Bruijn | 8fe2f76 | 2014-08-31 21:27:47 -0400 | [diff] [blame] | 13 | HOSTCFLAGS_txtimestamp.o += -I$(objtree)/usr/include |
Ben Hutchings | a4bcc79 | 2013-11-22 20:10:24 +0000 | [diff] [blame] | 14 | HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include |