mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
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.
This commit is contained in:
parent
a2491c30b3
commit
373b45a0f0
@ -1,10 +1,10 @@
|
||||
content: drivers.config fb_drv.config event_filter.config en_us.chargen \
|
||||
special.chargen numlock_remap.config
|
||||
|
||||
drivers.config numlock_remap.config:
|
||||
drivers.config numlock_remap.config event_filter.config:
|
||||
cp $(REP_DIR)/recipes/raw/drivers_managed-pc/$@ $@
|
||||
|
||||
fb_drv.config event_filter.config:
|
||||
fb_drv.config:
|
||||
cp $(GENODE_DIR)/repos/os/recipes/raw/drivers_interactive-pc/$@ $@
|
||||
|
||||
en_us.chargen special.chargen:
|
||||
|
Loading…
x
Reference in New Issue
Block a user