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.

46 lines
2.0 KiB

#*********************************************************************************************************
#
# �й�������Դ��֯
#
# Ƕ��ʽʵʱ����ϵͳ
#
# SylixOS(TM) LW : long wing
#
# Copyright All Rights Reserved
#
#--------------�ļ���Ϣ--------------------------------------------------------------------------------
#
# �� �� ��: config.mk
#
# �� �� ��: RealEvo-IDE
#
# �ļ���������: 2016 �� 10 �� 08 ��
#
# �� ��: ������RealEvo-IDE���ɣ���������Makefile���ܣ������ֶ��޸�
#*********************************************************************************************************
#*********************************************************************************************************
# SylixOS Base Project path
#*********************************************************************************************************
SYLIXOS_BASE_PATH = ..
#*********************************************************************************************************
# Toolchain prefix
#*********************************************************************************************************
TOOLCHAIN_PREFIX = arm-sylixos-eabi-
#*********************************************************************************************************
# Debug options (debug or release)
#*********************************************************************************************************
DEBUG_LEVEL = debug
#*********************************************************************************************************
# NOTICE: libsylixos, BSP and other kernel modules projects CAN NOT use vfp!
#*********************************************************************************************************
FPU_TYPE = disable
CPU_TYPE = arm920t
#*********************************************************************************************************
# End
#*********************************************************************************************************