diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-01 08:00:08 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-01 08:00:08 +0200 |
commit | 9e5ec3fb992f42aeab63a3c3f137c6b2e62a3ab5 (patch) | |
tree | 135eee85041d998eeef443f2b636ae3da1b6f075 | |
parent | 7eb9f1650c97d7286d817cbbd08a47e1dbe1ac01 (diff) |
add randconfig target
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -331,6 +331,9 @@ Kconfig: script/mkconfig config: Kconfig ${QUIET}kconfig-qconf Kconfig +randconfig: Kconfig + ${QUIET}kconfig-conf --randconfig Kconfig + clean: arch_clean rm -f build/system.elf @@ -368,4 +371,4 @@ info: arch_info @echo "CXXFLAGS: ${CXXFLAGS}" @echo "Selected (common/arch) drivers: ${drivers} / ${arch_drivers}" -.PHONY: clean config default stack stackm help info +.PHONY: clean config default randconfig stack stackm help info |