aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/Makefile
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2015-10-27 22:59:24 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2015-10-27 22:59:24 +0000
commita57418a7617607275ea0da5706dc9a77a2b2c404 (patch)
treeab58d894d6e48cbe194f6cbd99ae5ecb3ccdb657 /sys/amd64/Makefile
parent4dd6ed5ce68d6e9630493781f912848b99bd0e65 (diff)
downloadsrc-a57418a7617607275ea0da5706dc9a77a2b2c404.tar.gz
src-a57418a7617607275ea0da5706dc9a77a2b2c404.zip
Bring the tags and links entries for amd64 up to date.
Based on how out of date it is, I doubt that anyone other than me and my code-reading students still use it.
Notes
Notes: svn path=/head/; revision=290081
Diffstat (limited to 'sys/amd64/Makefile')
-rw-r--r--sys/amd64/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile
index 3925e74befc3..2e87b95895e7 100644
--- a/sys/amd64/Makefile
+++ b/sys/amd64/Makefile
@@ -14,7 +14,7 @@ all:
@echo "make links or tags only"
# Directories in which to place amd64 tags links
-DAMD64= acpica amd64 ia32 include isa linux32 pci
+DAMD64= acpica amd64 ia32 include linux linux32 pci vmm
links::
-for i in ${COMMDIR1}; do \
@@ -26,8 +26,9 @@ links::
SAMD64= ${SYS}/amd64/acpica/*.[ch] \
${SYS}/amd64/amd64/*.[ch] ${SYS}/amd64/ia32/*.[ch] \
- ${SYS}/amd64/include/*.[ch] ${SYS}/amd64/isa/*.[ch] \
- ${SYS}/amd64/linux32/*.[ch] ${SYS}/amd64/pci/*.[ch]
+ ${SYS}/amd64/include/*.[ch] ${SYS}/amd64/linux/*.[ch] \
+ ${SYS}/amd64/linux32/*.[ch] ${SYS}/amd64/pci/*.[ch] \
+ ${SYS}/amd64/vmm/*.[ch]
AAMD64= ${SYS}/amd64/amd64/*.S
tags::