usbacc/Makefile

12 lines
248 B
Makefile
Raw Normal View History

2015-10-26 03:06:21 +00:00
# Copyright (C) 2011, 2012, 2013, 2014 The uOFW team
# See the file COPYING for copying permission.
TARGET = usbacc
OBJS = usbacc.o
#DEBUG = 1
LIBS = -lInterruptManagerForKernel -lThreadManForKernel -lUtilsForKernel
include ../../lib/build.mak