### Default build parameters ###
DC_PLATFORM_DIR=../../../..
DC_TOOLCHAIN=gnu
STATIC_EXT=.a
#COFLAGS=-O2
COFLAGS=-g
#CMFLAGS=
#CWFLAGS=-Wall


### User definitions ###
-include ../../../user.def

# Platform settings
include ../../platform.def
include ../../platform.arm.def

# Module selection
DC_SC=al

# Target specific definitions
SRCS=alIP_SockAddr.c alIP_Bsd.c alNET_Linux.c alRTOS_Posix.c alSTOR_Stdio.c alLIBC_Posix.c

# Target-type specific make
DC_AL_DIR=$(DC_PLATFORM_DIR)/../abstract_layer
include $(DC_AL_DIR)/module.mk
