summaryrefslogtreecommitdiff
path: root/target/device/Atmel/atngw100-base/Makefile.in
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 18:59:14 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 18:59:14 +0000
commitceaf9e8217f29f6c499d03c62612b2eb50e8ed09 (patch)
treec0d1c53c52d050672de9c2fc656b760a2fbe5aa1 /target/device/Atmel/atngw100-base/Makefile.in
parentc46893b7af0e6f0bbc072dc76cb979995ff654fc (diff)
updates and additions for avr32 arch
Diffstat (limited to 'target/device/Atmel/atngw100-base/Makefile.in')
-rw-r--r--target/device/Atmel/atngw100-base/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/Atmel/atngw100-base/Makefile.in b/target/device/Atmel/atngw100-base/Makefile.in
new file mode 100644
index 000000000..b74e4984b
--- /dev/null
+++ b/target/device/Atmel/atngw100-base/Makefile.in
@@ -0,0 +1,6 @@
+ifeq ($(strip $(BR2_TARGET_AVR32_ATNGW100_BASE)),y)
+ATNGW100_BASE_PATH=target/device/Atmel/atngw100-base
+
+TARGET_SKELETON=$(ATNGW100_BASE_PATH)/target_skeleton
+TARGET_DEVICE_TABLE=$(ATNGW100_BASE_PATH)/device_table.txt
+endif