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 (config/EM1-D512)
18: #
19: # RomInfo / SYSCONF / DEVCONF
20: #
21:
22: # T-Engine type
23: MACHINE = em1d
24: TETYPE = tef
25:
26: # default rules
27: include ../../../etc/makerules
28:
29: # include main makefile (common description)
30: include ../../src/Makefile.common