From 88b3ec02b2b17871cd21be1e7588489636f3bebb Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:10 +0100 Subject: net: move AIX code into net/tap-aix.c Okay, this makes the tap options available on AIX even though there's no support, but if we want to do it right we should have not compile the tap code at all on AIX using e.g. CONFIG_TAP. Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 306f8ef2b5..25e3868e89 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ net-nested-$(CONFIG_POSIX) += tap.o 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-obj-y += $(addprefix net/, $(net-nested-y)) ###################################################################### -- cgit v1.2.1