Changes in boot/arch/ia64/loader/Makefile.common [81235588:9dcadb0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile.common
r81235588 r9dcadb0 31 31 # 32 32 33 include ../../../../Makefile.config 33 34 include ../../../Makefile.common 34 35 35 36 DEPEND = Makefile.depend 36 37 DEPEND_PREV = $(DEPEND).prev 38 JOB = image.job 37 39 OUTPUT = image.boot 38 40 HELLO = hello.efi … … 43 45 KERNELDIR = ../../../../kernel 44 46 USPACEDIR = ../../../../uspace 47 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.