diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-08-08 20:32:09 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-08 20:32:09 +0000 |
commit | e46af01bc4269d8278beceea336381410510d7cd (patch) | |
tree | b484a6d260dc2fde05de37fa84d163a8277090fd /firmware/test/fat/Makefile | |
parent | 514a3fbbbefad9552ff7806362e834d94bd60fd5 (diff) |
Storing the latest fat32 test code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1624 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/fat/Makefile')
-rw-r--r-- | firmware/test/fat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/fat/Makefile b/firmware/test/fat/Makefile index 1d69467892..b47a724f01 100644 --- a/firmware/test/fat/Makefile +++ b/firmware/test/fat/Makefile @@ -1,7 +1,7 @@ FIRMWARE = ../.. DRIVERS = ../../drivers -CFLAGS = -g -Wall -DTEST_FAT -I$(DRIVERS) -I$(FIRMWARE)/common -I$(FIRMWARE) -I. -DDEBUG -DCRT_DISPLAY +CFLAGS = -g -Wall -DTEST_FAT -I. -I$(DRIVERS) -I$(FIRMWARE)/common -I$(FIRMWARE) -DDEBUG -DCRT_DISPLAY TARGET = fat |