]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/Makefile
update
[l4.git] / kernel / fiasco / src / Makefile
index 4d157d3be044973821631f532c0297a545a9a44f..428b9a056c3cc64e7e1b876829ad5aa10f7f7d0d 100644 (file)
@@ -4,7 +4,8 @@ tooldir         := $(srcdir)/../tool
 CONFIG_BANNER_STRING ?= "Fiasco - prepare for world domination"
 
 .PHONY: all do-all test-all config textconfig menuconfig xconfig \
-        oldconfig regenconfig mrproper doc help update nconfig
+        oldconfig regenconfig mrproper doc help update nconfig \
+        savedefconfig listnewconfig oldnoconfig oldaskconfig
 
 all:
 
@@ -213,6 +214,12 @@ textconfig: $(KCONFIG_FILE)
 menuconfig oldconfig xconfig gconfig nconfig randconfig allyesconfig allnoconfig: $(KCONFIG_FILE)
        +$(kconfig_call) $@ silentoldconfig
 
+listnewconfig oldnoconfig savedefconfig: $(KCONFIG_FILE)
+       +$(kconfig_call) $@
+
+oldaskconfig: $(KCONFIG_FILE)
+       +$(kconfig_call) config
+
 ifneq ($(filter clean cleanall mrproper,$(MAKECMDGOALS)),)
 
 # Try to suck in clean targets from subsystems' Makefile fragments