Skip to content

Commit

Permalink
Added XeLL framebuffer support
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Apr 27, 2007
1 parent e2d9a0d commit 805c0d5
Show file tree
Hide file tree
Showing 4 changed files with 4,775 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -29,7 +29,8 @@ LWIP_OBJS = ./lwip/core/tcp_in.o \
./lwip/arch/xenon/lib.o ./lwip/arch/xenon/netif/enet.o

OBJS = startup2.o main.o string.o vsprintf.o ctype.o time.o \
cache.o $(LWIP_OBJS) network.o tftp.o httpd/httpd.o httpd/vfs.o dtc.o cdrom.o
cache.o $(LWIP_OBJS) network.o tftp.o httpd/httpd.o httpd/vfs.o dtc.o \
cdrom.o xenos.o font_8x16.o

BUILD = xell-serial xell-readcd

Expand Down

0 comments on commit 805c0d5

Please sign in to comment.