Message ID | 1311823744.9256.13.camel@nexus.oss.ntt.co.jp (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 2011-07-28 at 12:29 +0900, Fernando Luis Vázquez Cao wrote: > Subject: drm/radeon: clean reg header files > > From: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> > To: Dave Airlie <airlied@redhat.com>, Benjamin Herrenschmidt <benh@kernel.crashing.org>, dri-devel@lists.freedesktop.org Oops, cut and paste error. I'll resend ASAP. I am sorry for the noise.
diff -urNp linux-3.0-git9-orig/drivers/gpu/drm/radeon/Makefile linux-3.0-git9/drivers/gpu/drm/radeon/Makefile --- linux-3.0-git9-orig/drivers/gpu/drm/radeon/Makefile 2011-07-22 11:17:23.000000000 +0900 +++ linux-3.0-git9/drivers/gpu/drm/radeon/Makefile 2011-07-28 12:11:46.899052053 +0900 @@ -5,6 +5,7 @@ ccflags-y := -Iinclude/drm hostprogs-y := mkregtable +clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h quiet_cmd_mkregtable = MKREGTABLE $@ cmd_mkregtable = $(obj)/mkregtable $< > $@