Remove completely useless set of Makefiles specific to Atmel

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2010-12-05 21:52:35 +01:00 committed by Peter Korsgaard
parent e96a820300
commit e35eb04861
5 changed files with 0 additions and 13 deletions

View File

@ -4,5 +4,3 @@ include target/generic/Makefile.in
# this eventually adds the kernel target to TARGETS: # this eventually adds the kernel target to TARGETS:
include target/device/Makefile.in include target/device/Makefile.in
include target/xtensa/Makefile.in include target/xtensa/Makefile.in
include target/device/Makefile.in.linux

View File

@ -1,3 +0,0 @@
include target/device/Atmel/arch-arm/arch-arm.mk
include target/device/Atmel/arch-avr32/arch-avr32.mk

View File

@ -1,4 +0,0 @@
ifeq ($(BR2_arm),y)
endif

View File

@ -1,3 +0,0 @@
ifeq ($(BR2_avr32),y)
endif

View File

@ -1 +0,0 @@
include target/device/Atmel/Makefile.in.linux