mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 14:08:15 +01:00
Since the same driver can be added in more than one category, in a few cases AddDriversToContainer was invoked twice for the same target. Avoid adding the driver twice to add-ons/kernel/drivers/bin in such a case. Didn't really cause any problem, but no need to copy the file twice.