summaryrefslogtreecommitdiffstats
path: root/sys/amd64/Makefile
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2015-10-27 22:59:24 +0000
committermckusick <mckusick@FreeBSD.org>2015-10-27 22:59:24 +0000
commit485c0ddc2201d1463386bdf5c9a2315a268afc3a (patch)
treeab58d894d6e48cbe194f6cbd99ae5ecb3ccdb657 /sys/amd64/Makefile
parent401dfe5c9d3b27b69a7abeffb96c3bd0fd567416 (diff)
downloadFreeBSD-src-485c0ddc2201d1463386bdf5c9a2315a268afc3a.zip
FreeBSD-src-485c0ddc2201d1463386bdf5c9a2315a268afc3a.tar.gz
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.
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 3925e74..2e87b95 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::
OpenPOWER on IntegriCloud