diff options
Diffstat (limited to 'roms/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk')
-rw-r--r-- | roms/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk b/roms/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk new file mode 100644 index 00000000..370630d4 --- /dev/null +++ b/roms/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk @@ -0,0 +1,2 @@ +PF_CPPFLAGS_TUNE := $(call cc-option,-mtune=arm926ejs,) +PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_TUNE) |