1$NetBSD: README,v 1.1 2022/05/14 20:54:31 mrg Exp $ 2 3Radeon ships files with the same name for case-insensitive file systems, 4and we can't build NetBSD on systems that have case-insensitive file 5systems that will be used for the $DESTDIR, we have to install these 6into different subdirs, and there needs to be a different locations for 7them in the installation. 8 9Workaround this by forcing consumers of the newer radeon firmware files 10to have /usr on the same file-system as /, so that /usr/libdata/firmware 11can be used for these. 12 13Hopefully these files won't change again, so we don't have to deal with 14this ever again. 15 16This subdir installs the lower-case versions. To avoid repo bloat, the 17upper-case versions remain in their current location. 18 19-mrg 2022-05-07 20