add dir ent to sram copy

This commit is contained in:
optixx
2009-08-11 15:42:14 +02:00
parent 8d961dc446
commit cf090451df
3 changed files with 93 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ ifeq ($(DEBUG),1)
OBJECTS = usbdrv/usbdrv.o usbdrv/usbdrvasm.o usbdrv/oddebug.o \
main.o usb_bulk.o uart.o fifo.o sram.o crc.o debug.o \
dump.o timer.o watchdog.o rle.c loader.o info.o shared_memory.o \
command.o mmc.o fat.o file.o testing.o
command.o mmc.o fat.o file.o dir.o testing.o
else
LDFLAGS = -Wl,-u
CFLAGS = -Iusbdrv -I. -DDEBUG_LEVEL=0 -DNO_DEBUG -DNO_INFO