diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2013-11-22 15:10:24 -0500 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-11-22 15:10:53 -0500 |
commit | a4bcc795e9cc84902b86edbfbb755ecb38d11f91 (patch) | |
tree | d53f8cebf2062510fc1ba0f985b7d1a74f7202a8 /Documentation/networking/timestamping/Makefile | |
parent | 81fc347a0f0ab460276e3800147aaf2e8b32b466 (diff) |
net_tstamp,doc: Add test program for SIOC{G,S}HWTSTAMP
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'Documentation/networking/timestamping/Makefile')
-rw-r--r-- | Documentation/networking/timestamping/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/networking/timestamping/Makefile b/Documentation/networking/timestamping/Makefile index e79973443e9f..d934afc8306a 100644 --- a/Documentation/networking/timestamping/Makefile +++ b/Documentation/networking/timestamping/Makefile | |||
@@ -2,12 +2,13 @@ | |||
2 | obj- := dummy.o | 2 | obj- := dummy.o |
3 | 3 | ||
4 | # List of programs to build | 4 | # List of programs to build |
5 | hostprogs-y := timestamping | 5 | hostprogs-y := timestamping hwtstamp_config |
6 | 6 | ||
7 | # Tell kbuild to always build the programs | 7 | # Tell kbuild to always build the programs |
8 | always := $(hostprogs-y) | 8 | always := $(hostprogs-y) |
9 | 9 | ||
10 | HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include | 10 | HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include |
11 | HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include | ||
11 | 12 | ||
12 | clean: | 13 | clean: |
13 | rm -f timestamping | 14 | rm -f timestamping hwtstamp_config |