| Submitter | Miguel Di Ciurcio Filho |
|---|---|
| Date | July 12, 2010, 7:20 p.m. |
| Message ID | <1278962453-15774-5-git-send-email-miguel.filho@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/58665/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile.objs b/Makefile.objs index 67f1b21..5442901 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -23,8 +23,6 @@ block-obj-y += $(addprefix block/, $(block-nested-y)) net-obj-y = net.o net-nested-y = queue.o checksum.o util.o -net-nested-y += socket.o -net-nested-y += dump.o net-nested-$(CONFIG_POSIX) += tap.o net-nested-$(CONFIG_LINUX) += tap-linux.o net-nested-$(CONFIG_WIN32) += tap-win32.o