summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-06 20:21:55 +0000
committerobrien <obrien@FreeBSD.org>2000-09-06 20:21:55 +0000
commit8afd1b030d2a81153088bd28a5717dd45d409194 (patch)
treeb74a950503927e7ff7e51b3996dffd09cfcfd41d /sys/modules/linux
parentfa0d885311c22e696d211fed26cddae6780e0267 (diff)
downloadFreeBSD-src-8afd1b030d2a81153088bd28a5717dd45d409194.zip
FreeBSD-src-8afd1b030d2a81153088bd28a5717dd45d409194.tar.gz
Since AlphaLinux is the weirdest Linux of all, probably best to do the
logic this way.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index ffd0be6..f101418 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -12,7 +12,7 @@ SRCS= linux_file.c linux_ioctl.c linux_machdep.c linux_misc.c \
OBJS= linux_locore.o
MAN8= linux.8
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} != "alpha"
SRCS+= imgact_linux.c linux_ipc.c
.endif
OpenPOWER on IntegriCloud