Subversion Repositories HelenOS

Rev

Rev 4348 | Rev 4389 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4348 Rev 4354
Line 29... Line 29...
29
## Setup toolchain
29
## Setup toolchain
30
#
30
#
31
 
31
 
32
LIBC_PREFIX = ../../lib/libc
32
LIBC_PREFIX = ../../lib/libc
33
SOFTINT_PREFIX = ../../lib/softint
33
SOFTINT_PREFIX = ../../lib/softint
34
RTLD_PREFIX = ../../lib/rtld
-
 
35
 
34
 
36
include $(LIBC_PREFIX)/Makefile.toolchain
35
include $(LIBC_PREFIX)/Makefile.toolchain
37
include $(LIBC_PREFIX)/Makefile.app
36
include $(LIBC_PREFIX)/Makefile.app
38
 
37
 
39
CFLAGS += -I../../srv/kbd/include
38
CFLAGS += -I../../srv/kbd/include