Browse Source

amd64: update source files

Signed-off-by: Sevki <s@sevki.org>
Sevki 7 years ago
parent
commit
08c2c4d6a4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      sys/src/9/amd64/BUILD

+ 3 - 2
sys/src/9/amd64/BUILD

@@ -34,7 +34,6 @@ CORE_SRCS = [
 	"memory.c",
 	"mmu.c",
 	"mpacpi.c",
-	"mp.c",
 	"msi.c",
 	"multiboot.c",
 	"physalloc.c",
@@ -68,6 +67,7 @@ PORT_SRCS = [
 	"//sys/src/9/port/devmntn.c",
 	"//sys/src/9/port/devpipe.c",
 	"//sys/src/9/port/devproc.c",
+	"//sys/src/9/port/devramfs.c",
 	"//sys/src/9/port/devregress.c",
 	"//sys/src/9/port/devroot.c",
 	"//sys/src/9/port/devsd.c",
@@ -115,6 +115,7 @@ PORT_SRCS = [
 	"//sys/src/9/port/syszio.c",
 	"//sys/src/9/port/taslock.c",
 	"//sys/src/9/port/tod.c",
+	"//sys/src/9/port/virtio_lib.c",
 	"//sys/src/9/port/watermarks.c",
 ]
 
@@ -154,6 +155,7 @@ AMD64_SRCS = [
 	"ether82563.c",
 	"mouse.c",
 	"screen.c",
+	"sdiahci.c",
 	"usbehcipc.c",
 	"usbohci.c",
 	"usbuhci.c",
@@ -170,7 +172,6 @@ I386_SRCS = [
 	"//sys/src/9/386/etherm10g.c",
 	"//sys/src/9/386/i8042.c",
 	"//sys/src/9/386/pci.c",
-	"//sys/src/9/386/sdiahci.c",
 	"//sys/src/9/386/uarti8250.c",
 	"//sys/src/9/386/uartpci.c",
 	"//sys/src/9/386/vgavesa.c",