Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3747 → Rev 3746

/trunk/uspace/lib/libc/Makefile
33,6 → 33,7
 
LIBC_PREFIX = $(shell pwd)
SOFTINT_PREFIX = ../softint
CONSOLE_PREFIX = ../../srv/console
 
## Setup toolchain
#
39,6 → 40,8
 
include $(LIBC_PREFIX)/Makefile.toolchain
 
CFLAGS += -I$(CONSOLE_PREFIX)
 
## Sources
#