diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-04 14:13:07 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-04 14:13:07 +0000 |
commit | 5e41b17c23f8bc3f3bfdc27fa606b9392a80ef25 (patch) | |
tree | c0734db30ae158996356226da34158608c57fd1c /sys/arch/arm | |
parent | 4933b5b254052b0a335128f426a5d241bc5e766a (diff) |
cleaner pci/fcom arm cats vs zaurus config.
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/conf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/arm/arm/conf.c b/sys/arch/arm/arm/conf.c index bc3d7b1ffc5..e4fa290a538 100644 --- a/sys/arch/arm/arm/conf.c +++ b/sys/arch/arm/arm/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.7 2005/01/03 21:25:44 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.8 2005/01/04 14:13:06 drahn Exp $ */ /* $NetBSD: conf.c,v 1.10 2002/04/19 01:04:38 wiz Exp $ */ /* @@ -142,7 +142,11 @@ cdev_decl(wskbd); cdev_decl(wsmouse); #include "lpt.h" +#ifdef CONF_HAVE_FCOM #include "fcom.h" +#else +#define NFCOM 0 +#endif #include "radio.h" cdev_decl(radio); |