bsp/gumstix: Remove ON_SKYEYE Automake conditional

It is fine to build the drivers always.

Update #3818.
This commit is contained in:
Sebastian Huber
2019-11-14 10:28:06 +01:00
parent 90d6a094b5
commit 984d7443bf

View File

@@ -42,12 +42,10 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/irq/irq.c
# Cache
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
if ON_SKYEYE
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/fb/fb.c
if HAS_NETWORKING
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/net/rtl8019.c
endif
endif
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/shared/cp15/arm920-mmu.c