bsp/gumstix: Move fb.c to bsps

This patch is a part of the BSP source reorganization.

Update #3285.
This commit is contained in:
Sebastian Huber
2018-04-25 10:49:53 +02:00
parent 82bfda9258
commit 720ebc00d8
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/irq/irq.c
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
if ON_SKYEYE
librtemsbsp_a_SOURCES += fb/fb.c
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/fb/fb.c
if HAS_NETWORKING
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/gumstix/net/rtl8019.c
endif