mirror of
https://github.com/joel16/usbacc.git
synced 2024-11-23 03:19:42 +00:00
12 lines
260 B
Makefile
12 lines
260 B
Makefile
# Copyright (C) 2023 The uOFW team
|
|
# See the file COPYING for copying permission.
|
|
|
|
TARGET = usbacc
|
|
OBJS = usbacc.o
|
|
|
|
#DEBUG = 1
|
|
|
|
LIBS = -lsceUsbBus_driver -lInterruptManagerForKernel -lThreadManForKernel -lUtilsForKernel
|
|
|
|
include ../../lib/build.mak
|