objects.mk 461 B

123456789101112131415
  1. #
  2. # SPDX-License-Identifier: BSD-2-Clause
  3. #
  4. # Copyright (c) 2019 Western Digital Corporation or its affiliates.
  5. #
  6. # Space separated list of object file names to be compiled for the platform
  7. platform-objs-y += platform.o
  8. #
  9. # If the platform support requires a builtin device tree file, the name of
  10. # the device tree compiled file should be specified here. The device tree
  11. # source file be in the form <dt file name>.dts
  12. #
  13. # platform-objs-y += <dt file name>.o