usbacc/Makefile
2023-07-19 18:18:19 -04:00

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