summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-20 21:24:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-20 21:24:30 +0000
commit1039919dc0c9ac8561c305f604348449c1c8fb40 (patch)
tree381ae4d4c4dc0ddaecc68f292f354b0085afae04 /bsd_eth_drivers/Makefile.am
parent - use separate #ifdef __rtems__ branch when using bus_setup_intr() because (diff)
downloadlibbsdport-1039919dc0c9ac8561c305f604348449c1c8fb40.tar.bz2
2009-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, bsd_eth_drivers/Makefile.am, bsd_eth_drivers/libbsdport/alldrv.c, bsd_eth_drivers/libbsdport/libbsdport_api.h: Add first cut at Broadcomm BCM57xx driver. * bsd_eth_drivers/if_bge/.cvsignore, bsd_eth_drivers/if_bge/Makefile.am, bsd_eth_drivers/if_bge/if_bge.c, bsd_eth_drivers/if_bge/if_bgereg.h: New files.
Diffstat (limited to '')
-rw-r--r--bsd_eth_drivers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd_eth_drivers/Makefile.am b/bsd_eth_drivers/Makefile.am
index 4495d4a..0f1b336 100644
--- a/bsd_eth_drivers/Makefile.am
+++ b/bsd_eth_drivers/Makefile.am
@@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS=foreign
-SUBDIRS=libbsdport if_pcn if_le if_em re
+SUBDIRS=libbsdport if_bge if_em if_le if_pcn if_re