diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-11-25 18:48:54 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:27 -0600 |
commit | 68ac40d2c6ce453df9b7fcf546d806345f653433 (patch) | |
tree | 4be9742e51e4a6ed02faf180201ebd63facb5d66 /Makefile | |
parent | a90ffa497d8102c142f7ea9c793de7b378430878 (diff) |
net: move slirp code from net.c to net/slirp.c
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ net-nested-$(CONFIG_WIN32) += tap-win32.o net-nested-$(CONFIG_BSD) += tap-bsd.o net-nested-$(CONFIG_SOLARIS) += tap-solaris.o net-nested-$(CONFIG_AIX) += tap-aix.o +net-nested-$(CONFIG_SLIRP) += slirp.o net-obj-y += $(addprefix net/, $(net-nested-y)) ###################################################################### |