Changes in boot/arch/ia64/loader/Makefile.common [c7dc8ad:9dcadb0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile.common
rc7dc8ad r9dcadb0 31 31 # 32 32 33 include ../../../../Makefile.config 34 include ../../../Makefile.common 35 33 36 DEPEND = Makefile.depend 34 37 DEPEND_PREV = $(DEPEND).prev 38 JOB = image.job 35 39 OUTPUT = image.boot 36 40 HELLO = hello.efi … … 38 42 LINK = _link.ld 39 43 COMPS = _components 40 INITRD = initrd41 44 42 45 KERNELDIR = ../../../../kernel 43 46 USPACEDIR = ../../../../uspace 44 47 45 RD_SRVS = \ 46 $(USPACEDIR)/srv/fb/fb \ 47 $(USPACEDIR)/srv/kbd/kbd \ 48 $(USPACEDIR)/srv/console/console \ 49 $(USPACEDIR)/srv/fs/devfs/devfs \ 50 $(USPACEDIR)/srv/fs/tmpfs/tmpfs \ 51 $(USPACEDIR)/srv/fs/fat/fat \ 52 $(USPACEDIR)/srv/bd/file_bd/file_bd \ 53 $(USPACEDIR)/srv/part/mbr_part/mbr_part 54 55 RD_APPS = \ 56 $(USPACEDIR)/app/edit/edit \ 57 $(USPACEDIR)/app/getvc/getvc \ 58 $(USPACEDIR)/app/redir/redir \ 59 $(USPACEDIR)/app/tetris/tetris \ 60 $(USPACEDIR)/app/tester/tester \ 61 $(USPACEDIR)/app/trace/trace \ 62 $(USPACEDIR)/app/klog/klog \ 63 $(USPACEDIR)/app/bdsh/bdsh 48 ifeq ($(MACHINE),i460GX) 49 RD_SRVS += \ 50 $(USPACEDIR)/srv/hw/char/i8042/i8042 \ 51 $(USPACEDIR)/srv/hid/c_mouse/c_mouse 52 endif
Note:
See TracChangeset
for help on using the changeset viewer.