gonzui


Format: Advanced Search

t2ex/t2ex_source/kernel/sysinit/build_t2ex/tef_em1d/Makefilebare sourcepermlink (0.00 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/04.
   12: #
   13: # ----------------------------------------------------------------------
   14: #
   15: 
   16: #
   17: #       Makefile for gmake
   18: #       sysinit (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 = devinit.c cntwus.c
   30: 
   31: # Extension source files
   32: VPATH += ../../../extension/startup/noext
   33: SRC += subsystem.c
   34: 
   35: # include main makefile (common description)
   36: include ../../src_t2ex/Makefile.common