forked from Imagelibrary/rtems
If not on Skyeye, do not include the rtl8019 driver in libbsp.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user