Changeset bd80465 in mainline for uspace/srv/fb/Makefile
- Timestamp:
- 2008-06-03T15:08:37Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e00938c
- Parents:
- 21c5d41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/Makefile
r21c5d41 rbd80465 44 44 SOURCES = \ 45 45 main.c \ 46 sysio.c \47 46 ppm.c 48 47 … … 83 82 84 83 $(OUTPUT): $(OBJECTS) $(LIBS) 85 $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld -e __entry_driver$(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map84 $(LD) -T $(LIBC_PREFIX)/arch/$(ARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 86 85 87 86 disasm:
Note:
See TracChangeset
for help on using the changeset viewer.