Changeset be815bc in mainline for uspace/srv/fs/fat/Makefile
- Timestamp:
- 2007-11-25T19:42:39Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5af627fc
- Parents:
- d2e0a8cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/Makefile
rd2e0a8cb rbe815bc 41 41 OUTPUT = fat 42 42 SOURCES = \ 43 fat.c 43 fat.c \ 44 fat_ops.c 44 45 45 46 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.