Changeset 80649a91 in mainline for ns/Makefile


Ignore:
Timestamp:
2006-05-21T19:28:37Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a410beb
Parents:
1ee11f4
Message:

Merged libadt into libc.
Made lot of psthread and thread stuff thread-safe.
Added new driver framework for easy C connection programming.
Changed FB code to use new API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/Makefile

    r1ee11f4 r80649a91  
    3131
    3232LIBC_PREFIX = ../libc
    33 LIBADT_PREFIX = ../libadt
    3433SOFTINT_PREFIX = ../softint
    3534include $(LIBC_PREFIX)/Makefile.toolchain
    3635
    37 LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBC_PREFIX)/libc.a
     36LIBS = $(LIBC_PREFIX)/libc.a
    3837
    3938## Sources
Note: See TracChangeset for help on using the changeset viewer.