diff options
Diffstat (limited to 'target/device/Atmel/atngw100-expanded/Makefile.in')
-rw-r--r-- | target/device/Atmel/atngw100-expanded/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/Atmel/atngw100-expanded/Makefile.in b/target/device/Atmel/atngw100-expanded/Makefile.in new file mode 100644 index 000000000..e0534176e --- /dev/null +++ b/target/device/Atmel/atngw100-expanded/Makefile.in @@ -0,0 +1,6 @@ +ifeq ($(strip $(BR2_TARGET_AVR32_ATNGW100_EXPANDED)),y) +ATNGW100_EXPANDED_PATH=target/device/Atmel/atngw100-expanded + +TARGET_SKELETON=$(ATNGW100_EXPANDED_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(ATNGW100_EXPANDED_PATH)/device_table.txt +endif |