!if 0
    File:   DIRS

    Author: Flash Software

	COPYRIGHT (c) 2006 SAMSUNG ELECTRONICS CO., LTD. ALL RIGHTS RESERVED
!endif
!IF 0
Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.

!ENDIF




!if "$(BSP_NOSDMMC_BOOT)"=="1"
SKIPBUILD=1
!endif

TARGETNAME=bootpart_for_SDMMC
TARGETTYPE=LIBRARY
CDEFINES=$(CDEFINES) -DIN_KERNEL -DWINCEMACRO -DCOREDLL -DXSR_NW
NOMIPS16CODE=1


INCLUDES=$(INCLUDES);$(_PUBLICROOT)\common\oak\drivers\block\msflashfmd\inc

SOURCES=bootpart.cpp \
		fal_psuedo.cpp \





