10 .
-include "cfgparam.mk"
12 .
ifdef CONFIG_MACH64
&& DESTDIR
18 .
include <unleashed.mk
>
24 # Config related support
27 .if
!empty
(BUILD_ARCH
)
29 .elif
${MACHINE} == "i86pc" ||
${MACHINE} == "i386" ||
${MACHINE} == "amd64"
31 .elif
${MACHINE} == "sparc"
34 .error
"Unknown machine architecture ${MACHINE}; override it via BUILD_ARCH"
37 CFGFILE
=arch
/${CFGARCH}/Sconfig
40 ${.MAKE
} -C tools cleandir
43 ${.CURDIR
}/tools
/mkconfig
/obj
/mkconfig
-I _SYS_CFGPARAM_H
-H
-o
include/sys
/cfgparam.h
${CFGFILE}
44 ${.CURDIR
}/tools
/mkconfig
/obj
/mkconfig
-m
-o usr
/src
/Makefile.cfgparam
${CFGFILE}
45 ${.CURDIR
}/tools
/mkconfig
/obj
/mkconfig
-M
-o cfgparam.mk
${CFGFILE}
47 .PHONY
: gen-config build