Changes in uspace/app/mkfat/Makefile [1b1164e8:e5773c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/Makefile
r1b1164e8 re5773c6 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a 32 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 33 BINARY = mkfat 33 34 OUTPUT = mkfat 34 35 35 36 SOURCES = \ 36 37 mkfat.c 37 38 38 include $(USPACE_PREFIX)/Makefile.common39 include ../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.