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 --- bl1/bl1.mk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'bl1/bl1.mk') diff --git a/bl1/bl1.mk b/bl1/bl1.mk index c2101b05..60609ea2 100644 --- a/bl1/bl1.mk +++ b/bl1/bl1.mk @@ -32,15 +32,12 @@ vpath %.c plat/${PLAT} \ plat/${PLAT}/${ARCH} \ common \ lib \ - arch/${ARCH} \ - lib/arch/${ARCH} \ + lib/${ARCH} \ ${PLAT_BL1_C_VPATH} -vpath %.S arch/${ARCH}/cpu \ - plat/common/${ARCH} \ +vpath %.S plat/common/${ARCH} \ plat/${PLAT}/${ARCH} \ - include \ - lib/arch/${ARCH} \ + lib/${ARCH} \ ${PLAT_BL1_S_VPATH} BL1_SOURCES += bl1_arch_setup.c \ -- cgit v1.2.3