Changeset e035612 in mainline for uspace/srv/kbd/Makefile
- Timestamp:
- 2009-10-14T15:00:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68834d85, 7c7a3209, 81342f7
- Parents:
- c088fd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/Makefile
rc088fd4 re035612 156 156 OBJECTS := $(ARCH_OBJECTS) $(GENERIC_OBJECTS) $(GENARCH_OBJECTS) 157 157 158 .PHONY: all clean depend disasm links158 .PHONY: all clean depend 159 159 160 160 all: $(OUTPUT) $(OUTPUT).disasm … … 171 171 $(LD) -T $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 172 172 173 disasm: $(OUTPUT).disasm174 175 173 $(OUTPUT).disasm: $(OUTPUT) 176 174 $(OBJDUMP) -d $< > $@
Note:
See TracChangeset
for help on using the changeset viewer.