Kernel/VTerm - "Fix" wrapping issue in VTerm (why was old behavior there?)
[tpg/acess2.git] / Usermode / header.mk
index 6f3c1a7..ab0131b 100644 (file)
@@ -3,3 +3,8 @@ x := $(x).x
 DIR_$(x) := $(DIR)
 DIR := $(dir $(lastword $(filter-out %/header.mk,$(MAKEFILE_LIST))))
 PDIR := $(DIR_$(x))
+EXTRA_DEP-$(DIR) := $(EXTRA_DEP-$(PDIR))
+
+CFLAGS-$(DIR) := $(CFLAGS-$(PDIR))
+CPPFLAGS-$(DIR) := $(CPPFLAGS-$(PDIR))
+LDFLAGS-$(DIR) := $(LDFLAGS-$(PDIR))

UCC git Repository :: git.ucc.asn.au