Remove completely useless set of Makefiles specific to Atmel
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Dec 2010 20:52:35 +0000 (21:52 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 15 Dec 2010 09:25:14 +0000 (10:25 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
target/Makefile.in
target/device/Atmel/Makefile.in.linux [deleted file]
target/device/Atmel/arch-arm/arch-arm.mk [deleted file]
target/device/Atmel/arch-avr32/arch-avr32.mk [deleted file]
target/device/Makefile.in.linux [deleted file]

index 475cd6e5b47e555964daf88d7f64a1b168fac6ad..aab9d39b933094556148c95286fcbeeb506c1576 100644 (file)
@@ -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 (file)
index b529a9b..0000000
+++ /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 (file)
index 49af525..0000000
+++ /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 (file)
index 27a6d3b..0000000
+++ /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 (file)
index 8ee640a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-include target/device/Atmel/Makefile.in.linux