objects.mk 496 B

1234567891011121314151617181920212223242526
  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. # Objects to build
  15. platform-objs-y += platform.o
  16. platform-objs-y += k210.o
  17. platform-varprefix-k210.o = dt_k210
  18. platform-padding-k210.o = 2048
  19. # Blobs to build
  20. FW_TEXT_START=0x80000000
  21. FW_PAYLOAD=y
  22. FW_PAYLOAD_ALIGN=0x1000