added video files (shamlessly stolen from EmuTOS)

This commit is contained in:
Markus Fröschle
2013-12-24 09:37:29 +00:00
parent 3bef02bfe0
commit 8f0ccd2d31
11 changed files with 2857 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ TRGTDIRS= ./firebee ./m5484lite
OBJDIRS=$(patsubst %, %/objs,$(TRGTDIRS))
TOOLDIR=util
VPATH=dma exe flash fs if kbd pci spi sys usb net util xhdi
VPATH=dma exe flash fs if kbd pci spi sys usb net util video xhdi
# Linker control file. The final $(LDCFILE) is intermediate only (preprocessed version of $(LDCSRC)
LDCFILE=bas.lk
@@ -101,6 +101,10 @@ CSRCS= \
udp.c \
arp.c \
bootp.c \
tftp.c \
\
videl.c \
video.c \
\
basflash.c \
basflash_start.c