This commit is contained in:
ikari
2009-09-01 13:43:25 +02:00
parent 6c3cb4c68d
commit 784b47d7ed
20 changed files with 507 additions and 320 deletions

View File

@@ -100,7 +100,7 @@ FORMAT = ihex
TARGET = $(OBJDIR)/sd2snes
# List C source files here. (C dependencies are automatically generated.)
SRC = main.c ff.c utils.c timer.c led.c diskio.c sdcard.c spi.c crc7.c snes.c fpga.c memory.c crc16.c fileops.c
SRC = main.c ff.c utils.c timer.c led.c diskio.c sdcard.c spi.c crc7.c snes.c fpga.c memory.c crc16.c fileops.c fpga_spi.c
ifeq ($(CONFIG_UART_DEBUG),y)
SRC += uart.c