summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm2/radeonkmsfw/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/drm2/radeonkmsfw/Makefile.inc')
-rw-r--r--sys/modules/drm2/radeonkmsfw/Makefile.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/modules/drm2/radeonkmsfw/Makefile.inc b/sys/modules/drm2/radeonkmsfw/Makefile.inc
new file mode 100644
index 0000000..f6035a1
--- /dev/null
+++ b/sys/modules/drm2/radeonkmsfw/Makefile.inc
@@ -0,0 +1,18 @@
+# $FreeBSD$
+#
+# Common rules for building firmware. Note this gets auto-included
+# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
+
+_FIRM= ${IMG}.bin
+
+CLEANFILES+= ${_FIRM}
+
+FIRMWS= ${_FIRM}:${KMOD}
+
+#
+# Note that a license ack is not needed for iwn.
+#
+#FIRMWARE_LICENSE=
+
+${_FIRM}: ${.CURDIR}/../../../../contrib/dev/drm2/radeonkmsfw/${_FIRM}.uu
+ uudecode -p $? > ${.TARGET}
OpenPOWER on IntegriCloud