summaryrefslogtreecommitdiffstats
path: root/lib/libkse/arch/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-06-23 04:28:31 +0000
committermarcel <marcel@FreeBSD.org>2003-06-23 04:28:31 +0000
commit8ff698074b7df9fc10cd5c9b514c9ff77d69d2dc (patch)
treecba0fc10183a796b368196a025bc54f119e98d68 /lib/libkse/arch/ia64
parentf749ae2faa23bd75c9842fe76ab3c84f83dd23a7 (diff)
downloadFreeBSD-src-8ff698074b7df9fc10cd5c9b514c9ff77d69d2dc.zip
FreeBSD-src-8ff698074b7df9fc10cd5c9b514c9ff77d69d2dc.tar.gz
Move the machine specific files from sys/Makefile.inc and put them
in a machine specific makefile. While here, sort the sub-directories in Makefile and remove _atomic_lock.S from all makefiles.
Diffstat (limited to 'lib/libkse/arch/ia64')
-rw-r--r--lib/libkse/arch/ia64/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libkse/arch/ia64/Makefile.inc b/lib/libkse/arch/ia64/Makefile.inc
new file mode 100644
index 0000000..b3aafbd
--- /dev/null
+++ b/lib/libkse/arch/ia64/Makefile.inc
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
+
+SRCS+= ksd.c thr_enter_uts.S thr_switch.S
OpenPOWER on IntegriCloud