Changeset c0cdcaf in mainline for uspace/srv/fs/fat/Makefile
- Timestamp:
- 2007-09-17T17:31:33Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c3b25510
- Parents:
- b006bfb8
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/Makefile
rb006bfb8 rc0cdcaf 30 30 # 31 31 32 LIBC_PREFIX = ../../ lib/libc33 SOFTINT_PREFIX = ../../ lib/softint32 LIBC_PREFIX = ../../../lib/libc 33 SOFTINT_PREFIX = ../../../lib/softint 34 34 include $(LIBC_PREFIX)/Makefile.toolchain 35 35 … … 39 39 # 40 40 41 OUTPUT = f s41 OUTPUT = fat 42 42 SOURCES = \ 43 f s.c43 fat.c 44 44 45 45 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.