diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/device/Atmel/Config.in | 4 | ||||
-rw-r--r-- | target/device/Atmel/Config.in.at91 (renamed from target/device/Atmel/AT91_Config.in) | 0 | ||||
-rw-r--r-- | target/device/Atmel/Config.in.avr32 (renamed from target/device/Atmel/AVR32_Config.in) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Atmel/Config.in b/target/device/Atmel/Config.in index 46c44129d..707afa3f8 100644 --- a/target/device/Atmel/Config.in +++ b/target/device/Atmel/Config.in @@ -5,8 +5,8 @@ menuconfig BR2_TARGET_ATMEL if BR2_TARGET_ATMEL -source "target/device/Atmel/AT91_Config.in" -source "target/device/Atmel/AVR32_Config.in" +source "target/device/Atmel/Config.in.at91" +source "target/device/Atmel/Config.in.avr32" config BR2_BOARD_NAME string diff --git a/target/device/Atmel/AT91_Config.in b/target/device/Atmel/Config.in.at91 index 3d96f6f25..3d96f6f25 100644 --- a/target/device/Atmel/AT91_Config.in +++ b/target/device/Atmel/Config.in.at91 diff --git a/target/device/Atmel/AVR32_Config.in b/target/device/Atmel/Config.in.avr32 index 944f87693..944f87693 100644 --- a/target/device/Atmel/AVR32_Config.in +++ b/target/device/Atmel/Config.in.avr32 |