diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-28 22:20:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-28 22:20:27 +0000 |
commit | 01fee651bfc8b12def116227fdcc67e95c0d5957 (patch) | |
tree | edff371494fcb6a569799b4425209b69f042ae25 /target/device/Atmel/Config.in | |
parent | a6faed6a6e144b81049dfc57a65882587aba8554 (diff) | |
download | buildroot-novena-01fee651bfc8b12def116227fdcc67e95c0d5957.tar.gz buildroot-novena-01fee651bfc8b12def116227fdcc67e95c0d5957.zip |
- rename to match Config.in.foo naming convention
Diffstat (limited to 'target/device/Atmel/Config.in')
-rw-r--r-- | target/device/Atmel/Config.in | 4 |
1 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 |