mirror of
https://github.com/joel16/usbacc.git
synced 2024-11-26 21:00:40 +00:00
12 lines
248 B
Makefile
12 lines
248 B
Makefile
|
# 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
|