Skip to content

Commit

Permalink
Updated RPI frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Nov 7, 2024
1 parent 8c8b6a6 commit 141f7e2
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 97 deletions.
4 changes: 3 additions & 1 deletion front/rpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ OBJS_VXT = $(VXTHOME)/cpu.o \
$(VXTHOME)/system.o \
$(VXTHOME)/uart.o

OBJS = main.o kernel.o cga.o $(OBJS_VXT)
OBJS_LIBC = $(VXTHOME)/../scanf/scanf.o

OBJS = main.o kernel.o cga.o mouse.o $(OBJS_VXT) $(OBJS_LIBC)

LIBS = $(CIRCLEHOME)/lib/usb/libusb.a \
$(CIRCLEHOME)/lib/input/libinput.a \
Expand Down
Loading

0 comments on commit 141f7e2

Please sign in to comment.