diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-11-13 20:28:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-11-13 20:28:06 +0000 |
| commit | b05d967044a4b9982681b83e2e4a17dbf5c203ad (patch) | |
| tree | a84faced3ce94df36d1b0e03c4761e27443135af /sys | |
| parent | 876cab6fc207bcef69c84b73f98cce29ce3adfc8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a5ce22c63b24..80370703c85d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -330,7 +330,7 @@ _syscons= syscons _vpo= vpo .endif -.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips" +.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips" # no BUS_SPACE_UNSPECIFIED # No barrier instruction support (specific to this driver) _sym= sym |
