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