summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-04 08:50:56 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-04 08:50:56 +0000
commit417e2c471d4888f73fd43fbeb9f8bb475450dfe5 (patch)
tree6a8f4857f1d3b50620f9c4c955128212fec57b38 /Makerules
parent3cd5e0b1c930820627d85d58b77fc41d74db8822 (diff)
Added do_awk commanf for invoking awk parser. It will be used
for generating some file on-the-fly on the NPTL case. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makerules b/Makerules
index 9c80c9629..d8dd283bc 100644
--- a/Makerules
+++ b/Makerules
@@ -206,6 +206,11 @@ define do_rm
$(Q)$(RM)
endef
+define do_awk
+ @$(disp_gen)
+ $(Q)$(AWK) -f
+endef
+
compile.c = @$(call maybe_exec,compile.c)
compile.i = $(call maybe_exec,compile.i)
compile.s = $(call maybe_exec,compile.s)