mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 03:29:43 +00:00
commit
62dd7dca1f
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
|
3013
src/threadman/threadman.c
Normal file
3013
src/threadman/threadman.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user