mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
d85a448c52
Adjust drivers_managed and sculpt accordingly. Issue #4260
15 lines
490 B
Makefile
15 lines
490 B
Makefile
content: drivers.config fb_drv.config event_filter.config en_us.chargen \
|
|
special.chargen numlock_remap.config gpu_drv.config
|
|
|
|
drivers.config numlock_remap.config event_filter.config:
|
|
cp $(REP_DIR)/recipes/raw/drivers_managed-pc/$@ $@
|
|
|
|
fb_drv.config:
|
|
cp $(GENODE_DIR)/repos/os/recipes/raw/drivers_interactive-pc/$@ $@
|
|
|
|
gpu_drv.config:
|
|
cp $(GENODE_DIR)/repos/os/src/drivers/gpu/intel/$@ $@
|
|
|
|
en_us.chargen special.chargen:
|
|
cp $(GENODE_DIR)/repos/os/src/server/event_filter/$@ $@
|