2020-07-16 09:28:18 +00:00
|
|
|
content: drivers.config fb_drv.config event_filter.config en_us.chargen \
|
2021-09-24 13:53:49 +00:00
|
|
|
special.chargen numlock_remap.config gpu_drv.config
|
2017-06-30 11:30:37 +00:00
|
|
|
|
2021-04-08 14:37:57 +00:00
|
|
|
drivers.config numlock_remap.config event_filter.config:
|
2017-06-30 11:30:37 +00:00
|
|
|
cp $(REP_DIR)/recipes/raw/drivers_managed-pc/$@ $@
|
|
|
|
|
2021-04-08 14:37:57 +00:00
|
|
|
fb_drv.config:
|
2017-06-30 11:30:37 +00:00
|
|
|
cp $(GENODE_DIR)/repos/os/recipes/raw/drivers_interactive-pc/$@ $@
|
|
|
|
|
2021-09-24 13:53:49 +00:00
|
|
|
gpu_drv.config:
|
|
|
|
cp $(GENODE_DIR)/repos/os/src/drivers/gpu/intel/$@ $@
|
|
|
|
|
2018-04-11 12:40:21 +00:00
|
|
|
en_us.chargen special.chargen:
|
2020-07-16 09:28:18 +00:00
|
|
|
cp $(GENODE_DIR)/repos/os/src/server/event_filter/$@ $@
|