Changeset 76ca3f7 in mainline for uspace/srv/bd
- Timestamp:
- 2010-03-23T20:49:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/srv/bd
- Files:
-
- 8 edited
-
ata_bd/Makefile (modified) (1 diff)
-
ata_bd/ata_bd.c (modified) (1 diff)
-
ata_bd/ata_bd.h (modified) (1 diff)
-
file_bd/Makefile (modified) (1 diff)
-
gxe_bd/Makefile (modified) (1 diff)
-
part/guid_part/Makefile (modified) (1 diff)
-
part/mbr_part/Makefile (modified) (1 diff)
-
rd/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/Makefile
rb48ebd19 r76ca3f7 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = ata_bd 31 BINARY = ata_bd 34 32 35 33 SOURCES = \ 36 34 ata_bd.c 37 35 38 include ../../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/srv/bd/ata_bd/ata_bd.c
rb48ebd19 r76ca3f7 56 56 #include <as.h> 57 57 #include <fibril_synch.h> 58 #include <str ing.h>58 #include <str.h> 59 59 #include <devmap.h> 60 60 #include <sys/types.h> -
uspace/srv/bd/ata_bd/ata_bd.h
rb48ebd19 r76ca3f7 38 38 #include <sys/types.h> 39 39 #include <fibril_synch.h> 40 #include <str ing.h>40 #include <str.h> 41 41 42 42 enum { -
uspace/srv/bd/file_bd/Makefile
rb48ebd19 r76ca3f7 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = file_bd 31 BINARY = file_bd 34 32 35 33 SOURCES = \ 36 34 file_bd.c 37 35 38 include ../../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/srv/bd/gxe_bd/Makefile
rb48ebd19 r76ca3f7 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = gxe_bd 31 BINARY = gxe_bd 34 32 35 33 SOURCES = \ 36 34 gxe_bd.c 37 35 38 include ../../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/srv/bd/part/guid_part/Makefile
rb48ebd19 r76ca3f7 28 28 29 29 USPACE_PREFIX = ../../../.. 30 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a30 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 31 31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 32 32 33 33 # Correct name is 'guid_part' but must use this because of FAT 8.3 names. 34 OUTPUT= g_part34 BINARY = g_part 35 35 36 36 SOURCES = \ 37 37 guid_part.c 38 38 39 include ../../../Makefile.common39 include $(USPACE_PREFIX)/Makefile.common -
uspace/srv/bd/part/mbr_part/Makefile
rb48ebd19 r76ca3f7 29 29 30 30 USPACE_PREFIX = ../../../.. 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 32 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 33 34 OUTPUT = mbr_part 33 BINARY = mbr_part 35 34 36 35 SOURCES = \ 37 36 mbr_part.c 38 37 39 include ../../../Makefile.common38 include $(USPACE_PREFIX)/Makefile.common -
uspace/srv/bd/rd/Makefile
rb48ebd19 r76ca3f7 29 29 30 30 USPACE_PREFIX = ../../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = rd 31 BINARY = rd 34 32 35 33 SOURCES = \ 36 34 rd.c 37 35 38 include ../../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
