Changeset 936351c1 in mainline for libipc/Makefile


Ignore:
Timestamp:
2006-03-14T23:48:33Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d73942c
Parents:
4f34b6a
Message:

Completed asynchronous IPC.
Fixed sbrk.
Cleared some unnecessary defines in malloc.
Changed u8 * to char * in list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libipc/Makefile

    r4f34b6a r936351c1  
    3737include $(LIBC_PREFIX)/Makefile.toolchain
    3838
    39 CFLAGS += -Iinclude
     39CFLAGS += -Iinclude -I../libadt/include -I../libc/include
    4040
    4141## Sources
Note: See TracChangeset for help on using the changeset viewer.