6
55 ifeq ("$(origin C)", "command line")
56 KBUILD_CHECKSRC = $(C)
57 endif
58 ifndef KBUILD_CHECKSRC
59 KBUILD_CHECKSRC = 0
60 endif
En bash normal, no hay palabras claves como ifndef
...¿Cuál es el lenguaje de script dentro de kernel Makefile?