summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi/preinstall.am
diff options
context:
space:
mode:
authorYANG Qiao <yangqiao0505@me.com>2015-08-13 00:05:34 +0200
committerPavel Pisa <ppisa@pikron.com>2016-05-19 13:21:40 +0200
commit54c197a2af236a56db0319483fbefdd48e78e218 (patch)
tree4f7dc0d1867091c0cad7ef829759f9812df5027f /c/src/lib/libbsp/arm/raspberrypi/preinstall.am
parentarm/raspberrypi: add VideoCore mailbox support read and write (diff)
downloadrtems-54c197a2af236a56db0319483fbefdd48e78e218.tar.bz2
arm/raspberrypi: add VideoCore frame buffer control support
Diffstat (limited to 'c/src/lib/libbsp/arm/raspberrypi/preinstall.am')
-rw-r--r--c/src/lib/libbsp/arm/raspberrypi/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/raspberrypi/preinstall.am b/c/src/lib/libbsp/arm/raspberrypi/preinstall.am
index 607243473d..979cba3109 100644
--- a/c/src/lib/libbsp/arm/raspberrypi/preinstall.am
+++ b/c/src/lib/libbsp/arm/raspberrypi/preinstall.am
@@ -150,6 +150,10 @@ $(PROJECT_INCLUDE)/bsp/mailbox.h: include/mailbox.h $(PROJECT_INCLUDE)/bsp/$(dir
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/mailbox.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/mailbox.h
+$(PROJECT_INCLUDE)/bsp/vc.h: include/vc.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vc.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vc.h
+
$(PROJECT_INCLUDE)/libcpu/cache_.h: ../../../libcpu/arm/shared/include/cache_.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache_.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache_.h