config.mk 179 B

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