mirror of
https://github.com/joel16/uofw.git
synced 2024-12-12 13:35:33 +00:00
clockgen: add Makefile
This commit is contained in:
parent
2e3b7310df
commit
73a23cfa55
11
src/clockgen/Makefile
Normal file
11
src/clockgen/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# Copyright (C) 2011, 2012, 2013 The uOFW team
|
||||
# See the file COPYING for copying permission.
|
||||
|
||||
TARGET = clockgen
|
||||
OBJS = clockgen.o
|
||||
|
||||
#DEBUG = 1
|
||||
|
||||
LIBS = -lThreadManForUser -lsceSysEventForKernel -lsceI2c_driver
|
||||
|
||||
include ../../lib/build.mak
|
Loading…
Reference in New Issue
Block a user