From 7d73312def268ec9f912161289a2bf622977196f Mon Sep 17 00:00:00 2001 From: mischief Date: Wed, 12 Feb 2014 03:02:23 -0800 Subject: pc64: add ahci.h to PCHEADERS so it will be removed on mk clean --- sys/src/9/pc64/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index 8515105a0..b09e2cad4 100644 --- a/sys/src/9/pc64/mkfile +++ b/sys/src/9/pc64/mkfile @@ -82,7 +82,7 @@ install:V: $p$CONF # 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 . -- cgit v1.2.3