diff options
Diffstat (limited to 'support/make/header.mk')
-rw-r--r-- | support/make/header.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/make/header.mk b/support/make/header.mk new file mode 100644 index 0000000..c85594a --- /dev/null +++ b/support/make/header.mk @@ -0,0 +1,4 @@ +sp := $(sp).x +dirstack_$(sp) := $(d) +d := $(dir) +BUILDDIRS += $(BUILD_PATH)/$(d) |