mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
b29112efdf
commit
f1042e7fb1
27
repos/dde_linux/recipes/src/imx8_fb_drv/content.mk
Normal file
27
repos/dde_linux/recipes/src/imx8_fb_drv/content.mk
Normal file
@ -0,0 +1,27 @@
|
||||
LIB_MK := lib/mk/spec/arm_64/imx8_fb_drv.mk \
|
||||
lib/mk/spec/arm_64/imx8_fb_include.mk \
|
||||
lib/mk/spec/arm_64/lx_kit_setjmp.mk
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/dde_linux)
|
||||
|
||||
MIRROR_FROM_REP_DIR := $(LIB_MK) \
|
||||
lib/import/import-imx8_fb_include.mk \
|
||||
src/include src/lx_kit \
|
||||
$(shell cd $(REP_DIR); find src/drivers/framebuffer/imx8 -type f)
|
||||
|
||||
MIRROR_FROM_PORT_DIR := $(shell cd $(PORT_DIR); find src/drivers/framebuffer/imx8 -type f | grep -v ".git")
|
||||
MIRROR_FROM_PORT_DIR := $(filter-out $(MIRROR_FROM_REP_DIR),$(MIRROR_FROM_PORT_DIR))
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) $(MIRROR_FROM_PORT_DIR)
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
$(MIRROR_FROM_PORT_DIR):
|
||||
mkdir -p $(dir $@)
|
||||
cp $(PORT_DIR)/$@ $@
|
||||
|
||||
content: LICENSE
|
||||
LICENSE:
|
||||
( echo "GNU General Public License version 2, see:"; \
|
||||
echo "https://www.kernel.org/pub/linux/kernel/COPYING" ) > $@
|
1
repos/dde_linux/recipes/src/imx8_fb_drv/hash
Normal file
1
repos/dde_linux/recipes/src/imx8_fb_drv/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-12-13 bf4ec768e654d8da792d4179538d0517c8be17ac
|
6
repos/dde_linux/recipes/src/imx8_fb_drv/used_apis
Normal file
6
repos/dde_linux/recipes/src/imx8_fb_drv/used_apis
Normal file
@ -0,0 +1,6 @@
|
||||
base
|
||||
os
|
||||
platform_session
|
||||
timer_session
|
||||
report_session
|
||||
framebuffer_session
|
Loading…
Reference in New Issue
Block a user