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 0aa1ac9..4c5d7c48 100644 --- a/Documentation/networking/Makefile +++ b/Documentation/networking/Makefile @@ -1,7 +1 @@ -# kbuild trick to avoid linker error. Can be omitted if a module is built. -obj- := dummy.o - -# Tell kbuild to always build the programs -always := $(hostprogs-y) - -obj-m := timestamping/ +subdir-y := timestamping |