summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:44:41 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:44:41 +0000
commitbdc05ab7222216cab9f4140a770babd3500e2f50 (patch)
tree65b000d19e86d6ecb02b8f0da9f4e7d8d0311ede /configure.ac
parent - added missing ETHER_SIOCMULTIFRAG() macro to ioctl (#ifdef __rtems__) (diff)
downloadlibbsdport-bdc05ab7222216cab9f4140a770babd3500e2f50.tar.bz2
- added bsd_eth_drivers/if_fxp/Makefile to AC_CONFIG_FILES.
Diffstat (limited to '')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5fca5ba..bbcc219 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,6 +301,7 @@ TILLAC_M4_IF_PRESENT([bsd_eth_drivers],
AC_CONFIG_FILES([bsd_eth_drivers/if_le/Makefile])
AC_CONFIG_FILES([bsd_eth_drivers/if_pcn/Makefile])
AC_CONFIG_FILES([bsd_eth_drivers/if_re/Makefile])
+ AC_CONFIG_FILES([bsd_eth_drivers/if_fxp/Makefile])
all_subdirs="${all_subdirs} bsd_eth_drivers"
if test "$ac_cv_func_pci_find_device" = "yes" ; then
## if test "${host_cpu}" = i386 && test ! "${have_bspext}" = yes ; then