summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-27 22:44:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-27 22:44:16 +0000
commitc61aa6021d138a7173f1816162d280a02e03f84d (patch)
tree1c42647ee71b947e2c24dccbd63fd16ea969b628 /c/src/lib/libbsp/arm/gumstix/Makefile.am
parentRegenerate. (diff)
downloadrtems-c61aa6021d138a7173f1816162d280a02e03f84d.tar.bz2
If not on Skyeye, do not include the rtl8019 driver in libbsp.
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/Makefile.am')
-rwxr-xr-xc/src/lib/libbsp/arm/gumstix/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/Makefile.am b/c/src/lib/libbsp/arm/gumstix/Makefile.am
index 9943917c8b..99dd21334d 100755
--- a/c/src/lib/libbsp/arm/gumstix/Makefile.am
+++ b/c/src/lib/libbsp/arm/gumstix/Makefile.am
@@ -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@/pmc.rel
+if ON_SKYEYE
if HAS_NETWORKING
libbsp_a_LIBADD += rtl8019.rel
endif
+endif
include $(srcdir)/preinstall.am
include $(top_srcdir)/../../../../automake/local.am