drm/radeon: Bring in new firmware
[dragonfly.git] / sys / dev / drm / radeonfw / Makefile.inc
1 # $FreeBSD: head/sys/modules/drm2/radeonkmsfw/Makefile.inc 254885 2013-08-25 19:37:15Z dumbbell $
2 #
3 # Common rules for building firmware.  Note this gets auto-included
4 # by the subdir Makefile's as a consequence of included bsd.kmod.mk.
5
6 _FIRM=  ${IMG}.bin
7
8 CLEANFILES+=    ${_FIRM}
9
10 FIRMWS= ${_FIRM}:${KMOD}
11
12 ${_FIRM}: ${SYSDIR}/contrib/dev/drm/radeonfw/${_FIRM}.uu
13         uudecode -p $? > ${.TARGET}