Changes in boot/arch/ia64/loader/Makefile.common [9dcadb0:81235588] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile.common
r9dcadb0 r81235588 31 31 # 32 32 33 include ../../../../Makefile.config34 33 include ../../../Makefile.common 35 34 36 35 DEPEND = Makefile.depend 37 36 DEPEND_PREV = $(DEPEND).prev 38 JOB = image.job39 37 OUTPUT = image.boot 40 38 HELLO = hello.efi … … 45 43 KERNELDIR = ../../../../kernel 46 44 USPACEDIR = ../../../../uspace 47 48 ifeq ($(MACHINE),i460GX)49 RD_SRVS += \50 $(USPACEDIR)/srv/hw/char/i8042/i8042 \51 $(USPACEDIR)/srv/hid/c_mouse/c_mouse52 endif
Note:
See TracChangeset
for help on using the changeset viewer.