# $Id$

PATH_TO_TOP = ../../..

TARGET_TYPE = library

TARGET_NAME = vfatxlib

# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror

TARGET_OBJECTS = \
 fatx.o \
 vfatxlib.o
 
include $(PATH_TO_TOP)/rules.mak

include $(TOOLS_PATH)/helper.mk
