From 1d75c9148c3de27a0a2ca94740f04bf501fc6daf Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 10 Jul 2013 10:05:34 +0200 Subject: also allow building .s files from .c ones ... along the lines of allowing .i files to be built from .c ones as well as .s from .S (aiding the analysis of occasional build problems). Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/Makefile') diff --git a/xen/Makefile b/xen/Makefile index b02e2dd35d..854a370151 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -195,7 +195,7 @@ _MAP: .PHONY: FORCE FORCE: -%.o %.i: %.c FORCE +%.o %.i %.s: %.c FORCE $(MAKE) -f $(BASEDIR)/Rules.mk -C $(*D) $(@F) %.o %.s: %.S FORCE -- cgit v1.2.3