summaryrefslogtreecommitdiff
path: root/target/device/Atmel/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:41 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 12:16:14 +0100
commit9e009f3bbca93e09decf93369e592ada95e6ef48 (patch)
treeda832644e61b0b16d65c269cde484d71002a8980 /target/device/Atmel/Makefile.in
parent1a5f2d6d7a7d9547f468cb31b22854bcfda28610 (diff)
Remove all Config.in/Makefile.in files in target/device
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/Makefile.in')
-rw-r--r--target/device/Atmel/Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in
deleted file mode 100644
index 5dacfdef6..000000000
--- a/target/device/Atmel/Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-# *******************************************************************
-
-ifeq ($(BR2_TARGET_ATMEL),y)
-ATMEL_PATH:=target/device/Atmel
-
-BOARD_NAME:=$(call qstrip,$(BR2_BOARD_NAME))
-BOARD_PATH:=$(call qstrip,$(BR2_BOARD_PATH))
-
-ATMEL_TARGET:=$(ATMEL_PATH)/root
-TARGET_SKELETON:=$(ATMEL_TARGET)/target_skeleton
-TARGET_SKELETON_LINKS:=$(ATMEL_TARGET)/skel.tar.gz
-
-ifeq ($(BR2_avr32),y)
-KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2
-endif
-
-# Update things in board specific makefiles
-include target/device/Atmel/*/Makefile.in
-
-endif