source: rubycfg_asp/trunk/asp_dcre/tinet/netdev/if_rx62n/net_dev.py@ 315

Last change on this file since 315 was 315, checked in by coas-nagasima, 7 years ago

SVNプロパティを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-python; charset=UTF-8
File size: 265 bytes
Line 
1INCLUDES = INCLUDES + [TINET_ROOT + '/netdev/' + NET_DEV]
2TINET_DIR = TINET_DIR + [TINET_ROOT + '/netdev/' + NET_DEV]
3TINET_COBJS = TINET_COBJS + ['ether_phy.c', 'if_rx62n.c']
4TINET_KERNEL_CFG = TINET_KERNEL_CFG + [TINET_ROOT + '/netdev/' + NET_DEV + '/if_ed.cfg']
Note: See TracBrowser for help on using the repository browser.