Makefile 328 B

1234567891011121314
  1. #
  2. # Copyright (C) 2017-2020 Alibaba Group Holding Limited
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. cpuflags-$(CONFIG_CPU_C860) := -mcpu=ck860
  7. PLATFORM_CPPFLAGS += $(cpuflags-y)
  8. head-y := arch/csky/cpu/$(CONFIG_SYS_CPU)/start.o
  9. libs-y += arch/csky/cpu/
  10. libs-y += arch/csky/cpu/$(CONFIG_SYS_CPU)/
  11. libs-y += arch/csky/lib/