Mercurial > flash_v2
diff packages/redboot/current/cdl/redboot.cdl @ 177:4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
| author | jlarmour |
|---|---|
| date | Fri, 10 Aug 2001 19:27:55 +0000 |
| parents | 38892b97b685 |
| children | 391299f9e541 |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -100,7 +100,7 @@ cdl_package CYGPKG_REDBOOT { compile main.c crc.c compile printf.c misc_funs.c io.c parse.c ticks.c xyzModem.c syscall.c compile decompress.c - compile -library=libextras.a load.c + compile -library=libextras.a load.c make -priority 320 { <PREFIX>/bin/redboot.elf : $(PREFIX)/lib/target.ld $(PREFIX)/lib/vectors.o $(PREFIX)/lib/libtarget.a $(PREFIX)/lib/libextras.a @@ -464,6 +464,15 @@ cdl_package CYGPKG_REDBOOT { When this option is enabled, RedBoot will support IDE disks." compile -library=libextras.a fs/e2fs.c } + + cdl_component CYGSEM_REDBOOT_DISK_ISO9660 { + display "Support ISO9660 filesystems." + flavor bool + calculated 0 + description " + When this option is enabled, RedBoot will support ISO9660 filesystems." + compile -library=libextras.a fs/iso9660fs.c + } } cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
