diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-04-20 20:02:16 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-05-01 10:54:00 +0200 |
commit | c520f72172814c202ee47c51a63a1b1dde7f22f2 (patch) | |
tree | c3af377e1603782b3172c4dbe0e2413dc6db6ec3 /arch | |
parent | 091438dd5668396328a3419abcbc6591159eb8d1 (diff) |
avr32: drop unused CLEAN_FILES
Left over from before we used arch/avr32/include
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/avr32/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile index 0b97e14f73f6..c21a3290d542 100644 --- a/arch/avr32/Makefile +++ b/arch/avr32/Makefile @@ -43,8 +43,6 @@ core-y += arch/avr32/mm/ drivers-$(CONFIG_OPROFILE) += arch/avr32/oprofile/ libs-y += arch/avr32/lib/ -CLEAN_FILES += include/asm-avr32/.arch include/asm-avr32/arch - BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec .PHONY: $(BOOT_TARGETS) install |