- Timestamp:
- 2010-01-31T18:22:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fc2e71e
- Parents:
- 430de97 (diff), 2e07f62c (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. - Location:
- boot
- Files:
-
- 4 edited
-
Makefile.common (modified) (2 diffs)
-
arch/amd64/Makefile.inc (modified) (1 diff)
-
arch/ia64/loader/Makefile.common (modified) (1 diff)
-
arch/ppc32/loader/Makefile.common (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r430de97 r1735f3e 56 56 $(USPACEDIR)/srv/fs/devfs/devfs \ 57 57 $(USPACEDIR)/srv/fs/tmpfs/tmpfs \ 58 $(USPACEDIR)/srv/fs/fat/fat 58 $(USPACEDIR)/srv/fs/fat/fat \ 59 $(USPACEDIR)/srv/taskmon/taskmon 59 60 60 61 RD_APPS = \ … … 65 66 $(USPACEDIR)/app/mkfat/mkfat \ 66 67 $(USPACEDIR)/app/redir/redir \ 68 $(USPACEDIR)/app/taskdump/taskdump \ 67 69 $(USPACEDIR)/app/tester/tester \ 68 70 $(USPACEDIR)/app/tetris/tetris \ -
boot/arch/amd64/Makefile.inc
r430de97 r1735f3e 33 33 $(USPACEDIR)/srv/hw/char/i8042/i8042 \ 34 34 $(USPACEDIR)/srv/hw/bus/pci/pci \ 35 $(USPACEDIR)/srv/hid/c _mouse/c_mouse35 $(USPACEDIR)/srv/hid/char_mouse/char_ms 36 36 37 37 MODULES := $(notdir $(COMPONENTS)) -
boot/arch/ia64/loader/Makefile.common
r430de97 r1735f3e 49 49 RD_SRVS += \ 50 50 $(USPACEDIR)/srv/hw/char/i8042/i8042 \ 51 $(USPACEDIR)/srv/hid/c _mouse/c_mouse51 $(USPACEDIR)/srv/hid/char_mouse/char_ms 52 52 endif -
boot/arch/ppc32/loader/Makefile.common
r430de97 r1735f3e 43 43 KERNELDIR = ../../../../kernel 44 44 USPACEDIR = ../../../../uspace 45 46 RD_SRVS += \ 47 $(USPACEDIR)/srv/hid/adb_mouse/adb_ms \ 48 $(USPACEDIR)/srv/hw/bus/cuda_adb/cuda_adb
Note:
See TracChangeset
for help on using the changeset viewer.
