diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-29 23:09:46 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-29 23:09:46 +0000 |
commit | c659b13a2fc07188f716327364f6080e9486f3de (patch) | |
tree | 27e7d039a80625c01afa917d831057b2d684a69d /target/device/Atmel/Config.in.linux.patches | |
parent | 230723920abcc27128ba271d0b20428e81fc9515 (diff) | |
download | buildroot-novena-c659b13a2fc07188f716327364f6080e9486f3de.tar.gz buildroot-novena-c659b13a2fc07188f716327364f6080e9486f3de.zip |
Remove duplicate AVR32 patches, and add support for ARCH and conditional AVR32 patches
Diffstat (limited to 'target/device/Atmel/Config.in.linux.patches')
-rw-r--r-- | target/device/Atmel/Config.in.linux.patches | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/Atmel/Config.in.linux.patches b/target/device/Atmel/Config.in.linux.patches new file mode 100644 index 000000000..381277677 --- /dev/null +++ b/target/device/Atmel/Config.in.linux.patches @@ -0,0 +1,6 @@ +if BR2_arm +source "target/device/Atmel/arch-arm/Config.in.linux.patches" +endif +if BR2_avr32 +source "target/device/Atmel/arch-avr32/Config.in.linux.patches" +endif |