1 # Set up the default install paths for kernel/modules
3 # DESTLABEL add suffix to kernel and modules directory [not set]
4 # DESTKERNDIR where kernel and modules are to be installed [/boot]
5 # DESTKERNNAME name of installed kernel [${KERNEL}]
6 # DESTMODULESNAME name of modules directory [modules]
9 DESTKERNNAME?
= ${KERNEL}.
${DESTLABEL}
10 DESTMODULESNAME?
= modules.
${DESTLABEL}
12 DESTKERNNAME?
= ${KERNEL}
13 DESTMODULESNAME?
= modules
17 # Set DESTDIR to /var/vkernel by default for vkernel platform so as
18 # not to shoot the real kernel installation.
19 .if
${MACHINE_PLATFORM} == vkernel
20 DESTDIR?
= /var
/vkernel