Skip to content

Commit

Permalink
avr32: Remove include/asm-avr32/arch-at32ap
Browse files Browse the repository at this point in the history
Since all users have been converted over to use <mach/foo.h>, there's no
need for the arch-at32ap directory and associated symlink anymore.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Aug 8, 2008
1 parent a09e64f commit a7448db
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 558 deletions.
14 changes: 0 additions & 14 deletions arch/avr32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ core-y += arch/avr32/mm/
drivers-$(CONFIG_OPROFILE) += arch/avr32/oprofile/
libs-y += arch/avr32/lib/

archincdir-$(CONFIG_PLATFORM_AT32AP) := arch-at32ap

include/asm-avr32/.arch: $(wildcard include/config/platform/*.h) include/config/auto.conf
@echo ' SYMLINK include/asm-avr32/arch -> include/asm-avr32/$(archincdir-y)'
ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p include/asm-avr32
$(Q)ln -fsn $(srctree)/include/asm-avr32/$(archincdir-y) include/asm-avr32/arch
else
$(Q)ln -fsn $(archincdir-y) include/asm-avr32/arch
endif
@touch $@

archprepare: include/asm-avr32/.arch

CLEAN_FILES += include/asm-avr32/.arch include/asm-avr32/arch

BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec
Expand Down
49 changes: 0 additions & 49 deletions include/asm-avr32/arch-at32ap/at32ap700x.h

This file was deleted.

121 changes: 0 additions & 121 deletions include/asm-avr32/arch-at32ap/board.h

This file was deleted.

35 changes: 0 additions & 35 deletions include/asm-avr32/arch-at32ap/cpu.h

This file was deleted.

45 changes: 0 additions & 45 deletions include/asm-avr32/arch-at32ap/gpio.h

This file was deleted.

18 changes: 0 additions & 18 deletions include/asm-avr32/arch-at32ap/init.h

This file was deleted.

39 changes: 0 additions & 39 deletions include/asm-avr32/arch-at32ap/io.h

This file was deleted.

14 changes: 0 additions & 14 deletions include/asm-avr32/arch-at32ap/irq.h

This file was deleted.

Loading

0 comments on commit a7448db

Please sign in to comment.