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