Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4339 → Rev 4340

/branches/dynload/uspace/srv/kbd/Makefile
29,14 → 29,14
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
RTLD_PREFIX = ../../lib/rtld
 
include $(LIBC_PREFIX)/Makefile.toolchain
include $(LIBC_PREFIX)/Makefile.app
include ../../../Makefile.config
 
CFLAGS += -Iinclude -I../libadt/include
 
/branches/dynload/uspace/srv/ns/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
/branches/dynload/uspace/srv/console/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
/branches/dynload/uspace/srv/rd/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
/branches/dynload/uspace/srv/loader/Makefile
27,7 → 27,7
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
## Setup toolchain
#
/branches/dynload/uspace/srv/fb/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
/branches/dynload/uspace/srv/fs/tmpfs/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../../Makefile.config
-include ../../../../Makefile.config
 
LIBC_PREFIX = ../../../lib/libc
LIBFS_PREFIX = ../../../lib/libfs
/branches/dynload/uspace/srv/fs/fat/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../../Makefile.config
-include ../../../../Makefile.config
 
LIBC_PREFIX = ../../../lib/libc
LIBFS_PREFIX = ../../../lib/libfs
/branches/dynload/uspace/srv/pci/libpci/Makefile
3,7 → 3,7
 
# Modified and ported to HelenOS by Jakub Jermar
 
include ../../../Makefile.config
-include ../../../../Makefile.config
 
LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd)
 
/branches/dynload/uspace/srv/pci/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
/branches/dynload/uspace/srv/devmap/Makefile
29,7 → 29,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint
/branches/dynload/uspace/srv/vfs/Makefile
30,7 → 30,7
## Setup toolchain
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../../lib/libc
SOFTINT_PREFIX = ../../lib/softint