]> git.pld-linux.org Git - packages/kernel.git/commitdiff
default make in topdir to first *.mk
authorElan Ruusamäe <glen@delfi.ee>
Fri, 31 Jan 2014 08:54:30 +0000 (08:54 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 31 Jan 2014 08:54:54 +0000 (08:54 +0000)
kernel.make

index 0e04986c3279614e362a6c90f5be4b3209383f33..1f37eb2c5d5999d38bc7730110dc91b035d6e868 100644 (file)
@@ -1,4 +1,5 @@
 MAKE_OPTS :=
+TARGETOBJ ?= $(patsubst %.mk,%,$(wildcard *.mk))
 
 include $(TARGETOBJ).mk
 
This page took 0.083256 seconds and 4 git commands to generate.