Skip to content

Commit

Permalink
drm/radeon: clean reg header files
Browse files Browse the repository at this point in the history
Reg header files are generated so they are not cleaned automagically.
They need to be added to the clean-files list.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Fernando Luis Vázquez Cao authored and Dave Airlie committed Aug 4, 2011
1 parent 4d5cb60 commit 69ad2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/radeon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $< > $@
Expand Down

0 comments on commit 69ad2ff

Please sign in to comment.