Changeset 0d65d76 in mainline for kernel/Makefile


Ignore:
Timestamp:
2007-07-29T11:51:56Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1e9321
Parents:
358ec13
Message:

Make the kernel compile again after integrating the AVL tree.
Integrate with tests, add the AVL tree implementation author into AUTHORS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r358ec13 r0d65d76  
    196196
    197197GENERIC_SOURCES = \
     198        generic/src/adt/avl.c \
    198199        generic/src/adt/bitmap.c \
    199200        generic/src/adt/btree.c \
     
    273274                test/atomic/atomic1.c \
    274275                test/btree/btree1.c \
     276                test/avltree/avltree1.c \
    275277                test/debug/mips1.c \
    276278                test/fault/fault1.c \
Note: See TracChangeset for help on using the changeset viewer.