Add usb gadget support

This commit is contained in:
Marcel Alexandru Nitan
2023-07-29 13:04:11 +03:00
parent 2bd53ff6c7
commit 88187197c4
8 changed files with 206 additions and 166 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
CC = g++
CFLAGS = -I./src/include
SRCS = src/util.cpp src/configfsisomanager.cpp src/main.cpp
SRCS = src/util.cpp src/configfsisomanager.cpp src/androidusbisomanager.cpp src/main.cpp
OBJS = $(SRCS:.cpp=.o)
TARGET = isodrive
INSTALL_DIR = /usr/local/bin