usbacc/Makefile

12 lines
260 B
Makefile
Raw Normal View History

2023-07-19 22:18:19 +00:00
# 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