summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-13 13:56:44 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-13 13:56:44 +0200
commit73909f7a665991013dcff42a815fda76d3a7300a (patch)
tree84bb9899e2204bf6af6fd4f249bb909c2a89faf8 /Documentation/networking/Makefile
parentd6672c501852d577097f6757c311d937aca0b04b (diff)
parent30a2f3c60a84092c8084dfe788b710f8d0768cd4 (diff)
downloadop-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/Makefile8
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)
OpenPOWER on IntegriCloud