diff options
Diffstat (limited to 'drivers/ks8695eth.c')
-rw-r--r-- | drivers/ks8695eth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ks8695eth.c b/drivers/ks8695eth.c index 89c766b..a4b03ae 100644 --- a/drivers/ks8695eth.c +++ b/drivers/ks8695eth.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef CONFIG_DRIVER_KS8695ETH + /****************************************************************************/ #include <common.h> @@ -233,4 +235,4 @@ int eth_send(volatile void *packet, int len) return len; } -/****************************************************************************/ +#endif /* CONFIG_DRIVER_KS8695ETH */ |