Browse Source

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 năm trước cách đây
mục cha
commit
417e2c471d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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)