Changeset 1b1164e8 in mainline for uspace/srv/bd/part
- Timestamp:
- 2010-03-23T14:44:00Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63f8966
- Parents:
- d99c1d2
- Location:
- uspace/srv/bd/part
- Files:
-
- 2 edited
-
guid_part/Makefile (modified) (1 diff)
-
mbr_part/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/Makefile
rd99c1d2 r1b1164e8 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
rd99c1d2 r1b1164e8 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
Note:
See TracChangeset
for help on using the changeset viewer.
