diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2013-11-23 00:10:24 +0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-11-23 00:10:53 +0400 |
commit | a4bcc795e9cc84902b86edbfbb755ecb38d11f91 (patch) | |
tree | d53f8cebf2062510fc1ba0f985b7d1a74f7202a8 /Documentation/networking/timestamping/Makefile | |
parent | 81fc347a0f0ab460276e3800147aaf2e8b32b466 (diff) | |
download | linux-a4bcc795e9cc84902b86edbfbb755ecb38d11f91.tar.xz |
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 @@ obj- := dummy.o # List of programs to build -hostprogs-y := timestamping +hostprogs-y := timestamping hwtstamp_config # Tell kbuild to always build the programs always := $(hostprogs-y) HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include +HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include clean: - rm -f timestamping + rm -f timestamping hwtstamp_config |