gonzui


Format: Advanced Search

tkernel_2/kernel/sysmgr/build/tef_em1d/Makefilebare sourcepermlink (0.02 seconds)

Search this content:

    1: #
    2: # ----------------------------------------------------------------------
    3: #     T-Kernel 2.0 Software Package
    4: #
    5: #     Copyright 2011 by Ken Sakamura.
    6: #     This software is distributed under the latest version of T-License 2.x.
    7: # ----------------------------------------------------------------------
    8: #
    9: #     Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
   10: #     Modified by T-Engine Forum at 2012/11/07.
   11: #     Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
   12: #
   13: # ----------------------------------------------------------------------
   14: #
   15: 
   16: #
   17: #       Makefile for gmake
   18: #       T-Kernel/System Manager (system-dependent description)
   19: #
   20: 
   21: # T-Engine type
   22: MACHINE = em1d
   23: TETYPE = tef
   24: 
   25: # default rules
   26: include ../../../../etc/makerules
   27: 
   28: # source files (system-dependent)
   29: SRC = chkplv.c power.c cache.c
   30: 
   31: # Extension source files
   32: VPATH += ../../../extension/memory/nommu
   33: SRC += memmgr.c segmgr.c
   34: 
   35: # include main makefile (common description)
   36: include ../../src/Makefile.common