Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/rza1/Makefile.chip

    r321 r429  
    22#               Makefile のチップ依存部(RZ/A1用)
    33#
    4 #  $Id$
     4#  $Id: Makefile.chip 720 2016-04-01 22:16:17Z ertl-hiro $
    55#
    66
     
    2222#
    2323KERNEL_DIRS := $(KERNEL_DIRS) $(CHIPDIR)
     24KERNEL_COBJS := $(KERNEL_COBJS) chip_kernel_impl.o mpcore_kernel_impl.o \
     25                                                                        gic_kernel_impl.o pl310.o chip_timer.o
    2426KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) gic_support.o
    25 KERNEL_COBJS := $(KERNEL_COBJS) chip_kernel_impl.o gic_kernel_impl.o \
    26                                                                                                                         chip_timer.o
     27
     28#
     29#  システムサービスに関する定義
     30#
     31SYSSVC_DIRS := $(SYSSVC_DIRS) $(CHIPDIR)
    2732
    2833#
Note: See TracChangeset for help on using the changeset viewer.