summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-arm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/Atmel/arch-arm/Makefile.in')
-rw-r--r--target/device/Atmel/arch-arm/Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/device/Atmel/arch-arm/Makefile.in b/target/device/Atmel/arch-arm/Makefile.in
new file mode 100644
index 000000000..1db111e9b
--- /dev/null
+++ b/target/device/Atmel/arch-arm/Makefile.in
@@ -0,0 +1,12 @@
+ifeq ($(BR2_avr32),y)
+KERNEL_COND_PATCHES:=
+ifeq ($(BR2_LINUX_AVR32_AC97_PATCH),y)
+KERNEL_COND_PATCHES+=avr32.patched.ac97
+endif
+ifeq ($(BR2_LINUX_AVR32_ISI_PATCH),y)
+KERNEL_COND_PATCHES+=avr32.patched.isi
+endif
+ifeq ($(BR2_LINUX_AVR32_PSIF_PATCH),y)
+KERNEL_COND_PATCHES+=avr32.patched.psif
+endif
+endif