genode/repos/gems/recipes/raw/drivers_managed-pc/content.mk
Johannes Schlatow 373b45a0f0 depot: fix content.mk of drivers_managed-pc
Was still using the event_filter.config from drivers_interactive-pc
although a dedicated file is present in the raw archive.

The fix is just for consistency reasons, as sculpt manager is generating the
event_filter.config anyway.
2021-05-05 11:35:29 +02:00

12 lines
403 B
Makefile

content: drivers.config fb_drv.config event_filter.config en_us.chargen \
special.chargen numlock_remap.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/$@ $@
en_us.chargen special.chargen:
cp $(GENODE_DIR)/repos/os/src/server/event_filter/$@ $@