Changeset 5eb5dcf in mainline for boot/arch/sparc64/loader/Makefile.common
- Timestamp:
- 2010-01-06T20:56:04Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fccc236
- Parents:
- 002252a (diff), eca2435 (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/sparc64/loader/Makefile.common
r002252a r5eb5dcf 31 31 # 32 32 33 include ../../../Makefile.common 34 33 35 DEPEND = Makefile.depend 34 36 DEPEND_PREV = $(DEPEND).prev 37 JOB = image.job 35 38 OUTPUT = image.boot 36 39 37 40 LINK = _link.ld 38 41 COMPS = _components 39 INITRD = initrd40 42 41 43 KERNELDIR = ../../../../kernel 42 44 USPACEDIR = ../../../../uspace 43 45 44 RD_SRVS = \45 $(USPACEDIR)/srv/fb/fb \46 $(USPACEDIR)/srv/kbd/kbd \47 $(USPACEDIR)/srv/console/console \48 $(USPACEDIR)/srv/fs/devfs/devfs \49 $(USPACEDIR)/srv/fs/tmpfs/tmpfs \50 $(USPACEDIR)/srv/bd/file_bd/file_bd \51 $(USPACEDIR)/srv/part/mbr_part/mbr_part52 53 RD_APPS = \54 $(USPACEDIR)/app/edit/edit \55 $(USPACEDIR)/app/getvc/getvc \56 $(USPACEDIR)/app/redir/redir \57 $(USPACEDIR)/app/tetris/tetris \58 $(USPACEDIR)/app/trace/trace \59 $(USPACEDIR)/app/klog/klog \60 $(USPACEDIR)/app/bdsh/bdsh61 62 46 RD_SRVS_GENERIC = \ 63 47 $(USPACEDIR)/srv/fs/fat/fat \ 64 $(USPACEDIR)/srv/ cir/fhc/fhc \65 $(USPACEDIR)/srv/ cir/obio/obio48 $(USPACEDIR)/srv/hw/cir/fhc/fhc \ 49 $(USPACEDIR)/srv/hw/cir/obio/obio 66 50 67 51 RD_APPS_GENERIC = \
Note:
See TracChangeset
for help on using the changeset viewer.