git: 9front

Download patch

ref: 7ef2dbe31e51169938df86a3759d783e04fa027c
parent: 36f7e4f7f2b622cf8bd425104dc8254775538971
author: mischief <mischief@offblast.org>
date: Tue Feb 11 22:02:23 EST 2014

pc64: add ahci.h to PCHEADERS so it will be removed on mk clean

--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -82,7 +82,7 @@
 
 
 # copies generated by the rule below
-PCHEADERS=wifi.h uncached.h usbehci.h screen.h etherif.h ethermii.h mp.h io.h
+PCHEADERS=wifi.h uncached.h usbehci.h screen.h etherif.h ethermii.h mp.h io.h ahci.h
 
 &.h:	../pc/&.h
 	cp $prereq .
--