Changeset 77a194c in mainline for uspace/lib/fdisk/Makefile
- Timestamp:
- 2015-11-04T18:55:46Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44183b98
- Parents:
- 5265eea4 (diff), bfcde8d (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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/Makefile
r5265eea4 r77a194c 1 1 # 2 # Copyright (c) 201 1 Dominik Taborsky2 # Copyright (c) 2015 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 28 28 29 29 USPACE_PREFIX = ../.. 30 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 31 LIBRARY = libmbr 30 EXTRA_CFLAGS = -Iinclude -I$(LIBBLOCK_PREFIX) 31 32 LIBRARY = libfdisk 32 33 33 34 SOURCES = \ 34 libmbr.c 35 src/cap.c \ 36 src/fdisk.c 35 37 36 38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.