Changeset 450cd3a in mainline for init/Makefile


Ignore:
Timestamp:
2006-05-16T13:35:18Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ee6aff
Parents:
35509652
Message:

Merge ipc and libc. Does not compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • init/Makefile

    r35509652 r450cd3a  
    3131
    3232LIBC_PREFIX = ../libc
    33 LIBIPC_PREFIX = ../libipc
    3433SOFTINT_PREFIX = ../softint
    3534include $(LIBC_PREFIX)/Makefile.toolchain
    3635
    37 CFLAGS += -I../libipc/include -I../kbd/include
     36CFLAGS += -I../kbd/include
    3837
    39 LIBS = $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a
     38LIBS = $(LIBC_PREFIX)/libc.a
    4039
    4140## Sources
Note: See TracChangeset for help on using the changeset viewer.