forked from Imagelibrary/rtems
bsp/gumstix: Remove ON_SKYEYE Automake conditional
It is fine to build the drivers always. Update #3818.
This commit is contained in:
@@ -42,12 +42,10 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/irq/irq.c
|
|||||||
# Cache
|
# Cache
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
||||||
|
|
||||||
if ON_SKYEYE
|
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/fb/fb.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/fb/fb.c
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/net/rtl8019.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/net/rtl8019.c
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/shared/cp15/arm920-mmu.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/shared/cp15/arm920-mmu.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user