gonzui


Format: Advanced Search

tkernel_2/lib/libdrvif/build/tef_em1d/Makefilebare sourcepermlink (0.01 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: #       libdrvif (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: # compiler options
   29: CFLAGS += -fomit-frame-pointer
   30: 
   31: # system dependencies
   32: IFLIB_SYSDEP =
   33: 
   34: # include main makefile (common description)
   35: include ../Makefile.common