diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-12-04 17:17:03 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-12-04 17:26:54 +0200 |
commit | 36367557604575ffec9739e0a64e2f0cdff07e77 (patch) | |
tree | 548a58dd1fe817a190abc53018defd337634ba7c /Makefile | |
parent | Remove custom include paths in makefiles (diff) | |
download | kernel-36367557604575ffec9739e0a64e2f0cdff07e77.tar.xz |
Rename CCFLAGS to CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ info: @echo " ARCH ${ARCH}" @echo " MAKE $(shell ${MAKE} --version | head -n1)" @echo " CC $(shell ${CC} --version | head -n1)" - @echo " ${CCFLAGS}" + @echo " ${CFLAGS}" @echo " LD $(shell ${LD} --version | head -n1)" @echo " ${LDFLAGS}" |