aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-06-23 04:28:31 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-06-23 04:28:31 +0000
commit842728619a412d2ce3a8c4c5ba4ac60a9a77726c (patch)
treecba0fc10183a796b368196a025bc54f119e98d68 /lib/libpthread/arch
parente3f932de5a35dc53acb0be154494b53cf78fcd17 (diff)
downloadsrc-842728619a412d2ce3a8c4c5ba4ac60a9a77726c.tar.gz
src-842728619a412d2ce3a8c4c5ba4ac60a9a77726c.zip
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.
Notes
Notes: svn path=/head/; revision=116705
Diffstat (limited to 'lib/libpthread/arch')
-rw-r--r--lib/libpthread/arch/alpha/Makefile.inc5
-rw-r--r--lib/libpthread/arch/i386/Makefile.inc5
-rw-r--r--lib/libpthread/arch/ia64/Makefile.inc5
3 files changed, 15 insertions, 0 deletions
diff --git a/lib/libpthread/arch/alpha/Makefile.inc b/lib/libpthread/arch/alpha/Makefile.inc
new file mode 100644
index 000000000000..98e32eb13e34
--- /dev/null
+++ b/lib/libpthread/arch/alpha/Makefile.inc
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
+
+SRCS+= ksd.c thr_enter_uts.S thr_getcontext.S thr_switch.S
diff --git a/lib/libpthread/arch/i386/Makefile.inc b/lib/libpthread/arch/i386/Makefile.inc
new file mode 100644
index 000000000000..98e32eb13e34
--- /dev/null
+++ b/lib/libpthread/arch/i386/Makefile.inc
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
+
+SRCS+= ksd.c thr_enter_uts.S thr_getcontext.S thr_switch.S
diff --git a/lib/libpthread/arch/ia64/Makefile.inc b/lib/libpthread/arch/ia64/Makefile.inc
new file mode 100644
index 000000000000..b3aafbd34c62
--- /dev/null
+++ b/lib/libpthread/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