aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/timestamping/Makefile
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2013-11-22 15:10:24 -0500
committerBen Hutchings <bhutchings@solarflare.com>2013-11-22 15:10:53 -0500
commita4bcc795e9cc84902b86edbfbb755ecb38d11f91 (patch)
treed53f8cebf2062510fc1ba0f985b7d1a74f7202a8 /Documentation/networking/timestamping/Makefile
parent81fc347a0f0ab460276e3800147aaf2e8b32b466 (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/Makefile5
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 @@
2obj- := dummy.o 2obj- := dummy.o
3 3
4# List of programs to build 4# List of programs to build
5hostprogs-y := timestamping 5hostprogs-y := timestamping hwtstamp_config
6 6
7# Tell kbuild to always build the programs 7# Tell kbuild to always build the programs
8always := $(hostprogs-y) 8always := $(hostprogs-y)
9 9
10HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include 10HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
11HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
11 12
12clean: 13clean:
13 rm -f timestamping 14 rm -f timestamping hwtstamp_config