diff options
Diffstat (limited to 'target/device/Atmel/arch-arm/u-boot/Makefile.in')
-rw-r--r-- | target/device/Atmel/arch-arm/u-boot/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/device/Atmel/arch-arm/u-boot/Makefile.in b/target/device/Atmel/arch-arm/u-boot/Makefile.in new file mode 100644 index 000000000..841895c59 --- /dev/null +++ b/target/device/Atmel/arch-arm/u-boot/Makefile.in @@ -0,0 +1,5 @@ +ifneq ($(BR2_TARGET_U_BOOT_ARCH_AT91_PATCH_DIR),) +U_BOOT_ARCH_PATCH_DIR:=$(strip $(subst ",, $(BR2_TARGET_U_BOOT_ARCH_AT91_PATCH_DIR))) +#")) +endif + |