If not on Skyeye, do not include the rtl8019 driver in libbsp.

This commit is contained in:
Joel Sherrill
2009-08-27 22:44:16 +00:00
parent 9b9c6153d1
commit c61aa6021d
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: If not on Skyeye, do not include the rtl8019 driver
in libbsp.
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add default value. * configure.ac: Add default value.

View File

@@ -59,9 +59,11 @@ libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/arm920.rel \
../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/irq.rel \ ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/irq.rel \
../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/pmc.rel ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/pmc.rel
if ON_SKYEYE
if HAS_NETWORKING if HAS_NETWORKING
libbsp_a_LIBADD += rtl8019.rel libbsp_a_LIBADD += rtl8019.rel
endif endif
endif
include $(srcdir)/preinstall.am include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am