From 4ecca33988b90de43ec4f4a929094a38a23fda31 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Wed, 9 Apr 2014 12:48:25 +0100 Subject: Move include and source files to logical locations Move almost all system include files to a logical sub-directory under ./include. The only remaining system include directories not under ./include are specific to the platform. Move the corresponding source files to match the include directory structure. Also remove pm.h as it is no longer used. Change-Id: Ie5ea6368ec5fad459f3e8a802ad129135527f0b3 --- bl32/tsp/tsp.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bl32') diff --git a/bl32/tsp/tsp.mk b/bl32/tsp/tsp.mk index 2aedf61..d07b18b 100644 --- a/bl32/tsp/tsp.mk +++ b/bl32/tsp/tsp.mk @@ -32,11 +32,9 @@ vpath %.c common \ lib \ plat/${PLAT} \ plat/${PLAT}/${ARCH} \ - arch/${ARCH} -vpath %.S lib/arch/${ARCH} \ - include \ - lib/sync/locks/exclusive \ +vpath %.S lib/${ARCH} \ + lib/locks/exclusive \ common/${ARCH} BL32_SOURCES += tsp_entrypoint.S \ -- cgit v1.2.3