mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
b907629341
* Introduce CPU quota for driver subsytem (needed by sd_card_drv) * Introduce CPU quota for runtime subsytem and nic_drv (needed by fec_nic_drv) * Increase CAP quota for inspect terminal slightly * Add sculpt packages for imx8q_evk Fix #3958
12 lines
466 B
Makefile
12 lines
466 B
Makefile
content: drivers.config fb_drv.config event_filter.config en_us.chargen \
|
|
special.chargen numlock_remap.config block_devices.report
|
|
|
|
drivers.config numlock_remap.config event_filter.config block_devices.report:
|
|
cp $(REP_DIR)/recipes/raw/drivers_managed-imx8q_evk/$@ $@
|
|
|
|
fb_drv.config:
|
|
cp $(GENODE_DIR)/repos/dde_linux/recipes/raw/drivers_interactive-imx8q_evk/$@ $@
|
|
|
|
en_us.chargen special.chargen:
|
|
cp $(GENODE_DIR)/repos/os/src/server/event_filter/$@ $@
|