diff options
Diffstat (limited to 'Documentation/networking/Makefile')
-rw-r--r-- | Documentation/networking/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/networking/Makefile b/Documentation/networking/Makefile index 0aa1ac98fc2b..4c5d7c485439 100644 --- a/Documentation/networking/Makefile +++ b/Documentation/networking/Makefile | |||
@@ -1,7 +1 @@ | |||
1 | # kbuild trick to avoid linker error. Can be omitted if a module is built. | subdir-y := timestamping | |
2 | obj- := dummy.o | ||
3 | |||
4 | # Tell kbuild to always build the programs | ||
5 | always := $(hostprogs-y) | ||
6 | |||
7 | obj-m := timestamping/ | ||