Skip to content

Commit

Permalink
Create src/ and include/ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Apr 20, 2020
1 parent 84fedfc commit ae5cc9c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TARGET = udcd_uvc
OBJS = main.o
OBJS = src/main.o
LIBS = -lSceSysmemForDriver_stub -lSceThreadmgrForDriver_stub \
-lSceCpuForDriver_stub -lSceUdcdForDriver_stub \
-lSceDisplayForDriver_stub -lSceIftuForDriver_stub \
Expand All @@ -23,7 +23,7 @@ endif

PREFIX = arm-vita-eabi
CC = $(PREFIX)-gcc
CFLAGS += -Wl,-q -Wall -O0 -nostartfiles -mcpu=cortex-a9 -mthumb-interwork -I.
CFLAGS += -Wl,-q -Wall -O0 -nostartfiles -mcpu=cortex-a9 -mthumb-interwork -Iinclude
DEPS = $(OBJS:.o=.d)

all: $(TARGET).skprx
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ae5cc9c

Please sign in to comment.