]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel.make
- up to 5.8.0; builds without aufs
[packages/kernel.git] / kernel.make
index 4481329761f2ac454b38d1d893ba7955a2df4c6f..1f37eb2c5d5999d38bc7730110dc91b035d6e868 100644 (file)
@@ -1,13 +1,11 @@
 MAKE_OPTS :=
+TARGETOBJ ?= $(patsubst %.mk,%,$(wildcard *.mk))
 
 include $(TARGETOBJ).mk
 
 all := $(filter-out all Makefile,$(MAKECMDGOALS))
 
-all:
-       $(MAKE) -C $(KERNELSRC) O=$(KERNELOUTPUT) $(MAKE_OPTS) $(all)
-
-oldconfig:
+all $(all):
        $(MAKE) -C $(KERNELSRC) O=$(KERNELOUTPUT) $(MAKE_OPTS) $(all)
 
 # vim:ft=make
This page took 0.026578 seconds and 4 git commands to generate.