config.mk 352 B

12345678910111213141516171819
  1. #
  2. # SPDX-License-Identifier: BSD-2-Clause
  3. #
  4. # Copyright (c) 2019 Western Digital Corporation or its affiliates.
  5. #
  6. # Authors:
  7. # Damien Le Moal <damien.lemoal@wdc.com>
  8. #
  9. # Compiler flags
  10. platform-cppflags-y =
  11. platform-cflags-y =
  12. platform-asflags-y =
  13. platform-ldflags-y =
  14. # Blobs to build
  15. FW_TEXT_START=0x80000000
  16. FW_PAYLOAD=y
  17. FW_PAYLOAD_ALIGN=0x1000