From 8e8e978de6b6283b66a6829fa8c5e3b94674ce7d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 7 Jan 2012 19:49:02 +0100 Subject: Add framework to let make automatically pick optimized asm implementations over generic C ones to firmware. Example: for a file asm/foo.c, make will look for asm/arm/foo.[cS] and compile it if found. If not found it'll fall back to asm/foo.c. Also introduce new ARCH make variable. This is automatically detected by configure. It is distinct from CPU since CPU defines the dir used for the target tree (i.e. firmware/target/X, so it can be "hosted"). ARCH really has the target isa and can be x86 for sims/raaa too. Change-Id: I18e5d2b7b7bbc2ad2be551a74a0fcae5ffbcbf8b --- firmware/asm/SOURCES | 1 + 1 file changed, 1 insertion(+) create mode 100644 firmware/asm/SOURCES (limited to 'firmware/asm/SOURCES') diff --git a/firmware/asm/SOURCES b/firmware/asm/SOURCES new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/firmware/asm/SOURCES @@ -0,0 +1 @@ + -- cgit v1.2.3