diff options
Diffstat (limited to 'target/device/Atmel/Makefile.in')
-rw-r--r-- | target/device/Atmel/Makefile.in | 20 |
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 |