Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / Documentation / networking / Makefile
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
3
4 # Tell kbuild to always build the programs
5 always := $(hostprogs-y)
6
7 obj-m := timestamping/
This page took 0.030242 seconds and 5 git commands to generate.