diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-11 02:26:39 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-11 02:26:39 +0200 |
| commit | 34f5a8333090c5090e1d0b6ddbaf900d64340eea (patch) | |
| tree | 88aaee1d6f73874cf3a06c81444aa270fdacd84f | |
| parent | 075e1ddd7d983feb6e3b6ef73e58d5d39749b61c (diff) | |
| download | plan9front-34f5a8333090c5090e1d0b6ddbaf900d64340eea.tar.xz | |
pc64: state mp.h dependency for archacpi.$O
| -rw-r--r-- | sys/src/9/pc64/mkfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index 16aae0a68..8214614a9 100644 --- a/sys/src/9/pc64/mkfile +++ b/sys/src/9/pc64/mkfile @@ -107,9 +107,9 @@ etheryuk.$O: yukdump.h $VGA mouse.$O: screen.h /sys/include/memdraw.h vgavesa.$O: /386/include/ureg.h -archmp.$O mp.$O: apbootstrap.h -apic.$O archmp.$O mp.$O: mp.h -squidboy.$O: mp.h +mp.$O: mp.h apbootstrap.h +apic.$O squidboy.$O: mp.h +archmp.$O archacpi.$O: mp.h $SDEV: ../port/sd.h sdiahci.$O: ahci.h |
