summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:35 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-15 10:25:14 +0100
commite35eb0486195cba6ddece04ff42c4edebfb7d45c (patch)
tree997f42ffd79870fc61639846040a037b26661834 /target
parente96a820300fc53ff63099e9b8dde179407663930 (diff)
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>
Diffstat (limited to 'target')
-rw-r--r--target/Makefile.in2
-rw-r--r--target/device/Atmel/Makefile.in.linux3
-rw-r--r--target/device/Atmel/arch-arm/arch-arm.mk4
-rw-r--r--target/device/Atmel/arch-avr32/arch-avr32.mk3
-rw-r--r--target/device/Makefile.in.linux1
5 files changed, 0 insertions, 13 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index 475cd6e5b..aab9d39b9 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -4,5 +4,3 @@ include target/generic/Makefile.in
# this eventually adds the kernel target to TARGETS:
include target/device/Makefile.in
include target/xtensa/Makefile.in
-
-include target/device/Makefile.in.linux
diff --git a/target/device/Atmel/Makefile.in.linux b/target/device/Atmel/Makefile.in.linux
deleted file mode 100644
index b529a9b27..000000000
--- a/target/device/Atmel/Makefile.in.linux
+++ /dev/null
@@ -1,3 +0,0 @@
-include target/device/Atmel/arch-arm/arch-arm.mk
-include target/device/Atmel/arch-avr32/arch-avr32.mk
-
diff --git a/target/device/Atmel/arch-arm/arch-arm.mk b/target/device/Atmel/arch-arm/arch-arm.mk
deleted file mode 100644
index 49af52510..000000000
--- a/target/device/Atmel/arch-arm/arch-arm.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(BR2_arm),y)
-
-endif
-
diff --git a/target/device/Atmel/arch-avr32/arch-avr32.mk b/target/device/Atmel/arch-avr32/arch-avr32.mk
deleted file mode 100644
index 27a6d3bfe..000000000
--- a/target/device/Atmel/arch-avr32/arch-avr32.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(BR2_avr32),y)
-
-endif
diff --git a/target/device/Makefile.in.linux b/target/device/Makefile.in.linux
deleted file mode 100644
index 8ee640ab4..000000000
--- a/target/device/Makefile.in.linux
+++ /dev/null
@@ -1 +0,0 @@
-include target/device/Atmel/Makefile.in.linux