Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / board-js2x / Makefile.dirs
1 # *****************************************************************************
2 # * Copyright (c) 2004, 2008 IBM Corporation
3 # * All rights reserved.
4 # * This program and the accompanying materials
5 # * are made available under the terms of the BSD License
6 # * which accompanies this distribution, and is available at
7 # * http://www.opensource.org/licenses/bsd-license.php
8 # *
9 # * Contributors:
10 # *     IBM Corporation - initial implementation
11 # ****************************************************************************/
12 #
13 # This sub-Makefile contains the directory configuration variables.
14 # It can be included from all board specific subdirectories.
15 #
16
17 # The board specific top directory:
18 export TOPBRDDIR ?= $(shell while ! test -e Makefile.dirs ; do cd .. ; done ; pwd )
19
20 # The board specific directories:
21 export INCLBRDDIR ?= $(TOPBRDDIR)/include
22 export LLFWBRDDIR ?= $(TOPBRDDIR)/llfw
23 export RTASBRDDIR ?= $(TOPBRDDIR)/rtas
24 export SLOFBRDDIR ?= $(TOPBRDDIR)/slof
25 export ROMFSBRDDIR ?=  $(TOPBRDDIR)/romfs
26
27 # The common top directory:
28 export TOPCMNDIR ?= $(shell cd $(TOPBRDDIR)/.. && pwd)
29
30 # The common directories:
31 export INCLCMNDIR ?= $(TOPCMNDIR)/include
32 export LLFWCMNDIR ?= $(TOPCMNDIR)/llfw
33 export RTASCMNDIR ?= $(TOPCMNDIR)/rtas
34 export SLOFCMNDIR ?= $(TOPCMNDIR)/slof
35 export ROMFSCMNDIR ?=  $(TOPCMNDIR)/romfs
36
37 export LIBCMNDIR ?= $(TOPCMNDIR)/lib
38
39 export TOOLSDIR ?= $(TOPCMNDIR)/tools
40 export CLIENTSDIR ?= $(TOPCMNDIR)/clients
41 export OTHERLICENCEDIR ?= $(TOPCMNDIR)/other-licence