BEGIN { | |
print "cc_library(" | |
print " name = \"autoconf\"," | |
print " hdrs = [" | |
print " \"generated/autoconf.h\"," | |
print " \"generated/zephyr/kobj-types-enum.h\"," | |
print " ]," | |
print " includes = [\"generated\"]," | |
print " defines = [" | |
} | |
{ | |
printf(" \"%s=%s\",\n", $2, $3); | |
} | |
END { | |
print " ]," | |
print ")" | |
} |