# Copyright (C) 2011, 2012, 2013, 2014 The uOFW team
# See the file COPYING for copying permission.

TARGET = idstorage
OBJS = idstorage.o

#DEBUG = 1

LIBS = -lKDebugForKernel -lsceSuspendForKernel -lsceSysEventForKernel \
    -lInterruptManagerForKernel -lSysclibForKernel -lThreadManForKernel \
    -lUtilsForKernel -lsceSysreg_driver -lsceNand_driver

include $(ROOT_DIR)/lib/build.mak
