clockgen: add Makefile

This commit is contained in:
Clément G 2013-03-29 22:18:05 +01:00
parent 2e3b7310df
commit 73a23cfa55

11
src/clockgen/Makefile Normal file
View 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