浏览代码

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>

Carmelo Amoroso 16 年之前
父节点
当前提交
417e2c471d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Makerules

+ 5 - 0
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)