diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-01 08:06:57 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-01 08:06:57 +0200 |
commit | e5a258256fbfebabf068fbb2001eab0c71de1a0d (patch) | |
tree | ada0bfe370431e3d11311668114c66648f422ccb /Makefile | |
parent | 9e5ec3fb992f42aeab63a3c3f137c6b2e62a3ab5 (diff) |
add randconfig target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -332,7 +332,7 @@ config: Kconfig ${QUIET}kconfig-qconf Kconfig randconfig: Kconfig - ${QUIET}kconfig-conf --randconfig Kconfig + ${QUIET}script/randconfig clean: arch_clean rm -f build/system.elf |