diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-08-13 13:56:44 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-13 13:56:44 +0200 |
commit | 73909f7a665991013dcff42a815fda76d3a7300a (patch) | |
tree | 84bb9899e2204bf6af6fd4f249bb909c2a89faf8 /Documentation/networking/Makefile | |
parent | d6672c501852d577097f6757c311d937aca0b04b (diff) | |
parent | 30a2f3c60a84092c8084dfe788b710f8d0768cd4 (diff) | |
download | op-kernel-dev-73909f7a665991013dcff42a815fda76d3a7300a.zip op-kernel-dev-73909f7a665991013dcff42a815fda76d3a7300a.tar.gz |
Merge commit 'v2.6.27-rc3' into core/urgent
Diffstat (limited to 'Documentation/networking/Makefile')
-rw-r--r-- | Documentation/networking/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/networking/Makefile b/Documentation/networking/Makefile new file mode 100644 index 0000000..6d8af1a --- /dev/null +++ b/Documentation/networking/Makefile @@ -0,0 +1,8 @@ +# 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) |