summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2007-05-23 15:45:52 +0000
committerkib <kib@FreeBSD.org>2007-05-23 15:45:52 +0000
commit8cffe52464deafefcaff0e1103f2b7f9e8546e30 (patch)
tree452499844fb8ba91a1656f2fd90d64fe3bf6004f /sys/conf/files.amd64
parent6d54eae283019ab6588f1d2a151fdfaaceb258c1 (diff)
downloadFreeBSD-src-8cffe52464deafefcaff0e1103f2b7f9e8546e30.zip
FreeBSD-src-8cffe52464deafefcaff0e1103f2b7f9e8546e30.tar.gz
Fix the dependency for the linux_support.s, explicitely add linux_assym.h.
Reported by: rwatson In collaboration with: rdivacky Sponsored by: Google SoC 2007
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index e2a74bd..e5d67f0 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -231,7 +231,8 @@ amd64/linux32/linux32_dummy.c optional compat_linux32
amd64/linux32/linux32_locore.s optional compat_linux32 \
dependency "linux32_assym.h"
amd64/linux32/linux32_machdep.c optional compat_linux32
-amd64/linux32/linux32_support.s optional compat_linux32
+amd64/linux32/linux32_support.s optional compat_linux32 \
+ dependency "linux32_assym.h"
amd64/linux32/linux32_sysent.c optional compat_linux32
amd64/linux32/linux32_sysvec.c optional compat_linux32
compat/linux/linux_emul.c optional compat_linux32
OpenPOWER on IntegriCloud