You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
470 B

-include $(LITEOSTOPDIR)/arch/common/common.mk
ifeq ($(LOSCFG_ARCH_ARM_AARCH32), y)
-include $(LITEOSTOPDIR)/arch/arm/cpu.mk
endif
ifeq ($(LOSCFG_ARCH_ARM_AARCH64), y)
-include $(LITEOSTOPDIR)/arch/arm64/cpu.mk
endif
ifeq ($(LOSCFG_ARCH_XTENSA), y)
-include $(LITEOSTOPDIR)/arch/xtensa/cpu.mk
endif
ifeq ($(LOSCFG_ARCH_RISCV), y)
-include $(LITEOSTOPDIR)/arch/riscv/cpu.mk
endif
ifeq ($(LOSCFG_ARCH_LINGLONG), y)
-include $(LITEOSTOPDIR)/arch/linglong/cpu.mk
endif