summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drm-subprocess.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/drm-subprocess.pl')
-rw-r--r--sys/dev/drm/drm-subprocess.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/drm/drm-subprocess.pl b/sys/dev/drm/drm-subprocess.pl
index d053c59..16d27b5 100644
--- a/sys/dev/drm/drm-subprocess.pl
+++ b/sys/dev/drm/drm-subprocess.pl
@@ -37,6 +37,7 @@ while (<>) {
s/#include "(.*)_drm.h/#include "dev\/drm\/\1_drm.h/;
s/#include "mga_ucode.h/#include "dev\/drm\/mga_ucode.h/;
s/#include "r300_reg.h/#include "dev\/drm\/r300_reg.h/;
+ s/#include "radeon_microcode.h/#include "dev\/drm\/radeon_microcode.h/;
s/#include "sis_ds.h/#include "dev\/drm\/sis_ds.h/;
s/#include "drm/#include "dev\/drm\/drm/;
print;
@@ -47,4 +48,4 @@ while (<>) {
# if we never found the copyright header, then we're still a line behind.
if (!$foundopening) {
print $lastline;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud