Add makefile

This commit is contained in:
Joel 2016-06-29 00:38:58 -04:00 committed by GitHub
parent 0ffe77a0f8
commit 7894c0b8d5

12
src/threadman/Makefile Normal file
View File

@ -0,0 +1,12 @@
# Copyright (C) 2016 The uOFW team
# See the file COPYING for copying permission.
TARGET = threadman
OBJS = threadman.o
#DEBUG = 1
LIBS = -lInterruptManagerForKernel -lExceptionManagerForKernel -lSysMemForKernel -lKDebugForKernel \
-lsceSuspendForKernel -lSysclibForKernel -lLoadCoreForKernel
include ../../lib/build.mak