config.mk 183 B

123456789
  1. ifeq ($(CONFIG_CPU_ARM926EJS),y)
  2. PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
  3. endif
  4. ifeq ($(CONFIG_CPU_V7A),y)
  5. ifndef CONFIG_SPL_BUILD
  6. INPUTS-y += u-boot.img
  7. endif
  8. endif