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