mirror of
https://github.com/joel16/uofw.git
synced 2024-11-26 21:10:38 +00:00
Add makefile
This commit is contained in:
parent
0ffe77a0f8
commit
7894c0b8d5
12
src/threadman/Makefile
Normal file
12
src/threadman/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user