from building import *
import os

root=str(Dir('#'))
cwd=os.getcwd()

include_path = [cwd]

src = ['portASM.S','port.c']

group = DefineGroup('FreeRTOS/portable', src, depend = [''], CPPPATH = include_path)


Return('group')
