Changeset 52cdcbc in mainline
- Timestamp:
- 2010-01-10T22:34:12Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c03f610
- Parents:
- d9ee2ea (diff), ed212f7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile.build
rd9ee2ea r52cdcbc 49 49 boot.S 50 50 51 ifeq ($(MACHINE),i460GX) 52 RD_APPS += \ 53 $(USPACEDIR)/srv/hw/char/i8042/i8042 \ 54 $(USPACEDIR)/srv/hid/c_mouse/c_mouse 55 endif 56 51 57 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) 52 58 COMPONENT_OBJECTS := $(addsuffix .co,$(basename $(notdir $(COMPONENTS)))) $(INITRD).co
Note:
See TracChangeset
for help on using the changeset viewer.