Changeset 13a638d in mainline for kernel/Makefile


Ignore:
Timestamp:
2009-04-06T19:32:22Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3636964
Parents:
149d14e5
Message:

move event notification to the ipc directory (where it probably belogs to, side-by-side to IRQ notifications)
cleanup the notification code a little bit (there is probably no need to allocate two structured dynamically)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r149d14e5 r13a638d  
    162162        generic/src/ddi/device.c \
    163163        generic/src/debug/symtab.c \
    164         generic/src/event/event.c \
    165164        generic/src/interrupt/interrupt.c \
    166165        generic/src/main/main.c \
     
    215214        generic/src/ipc/ipcrsc.c \
    216215        generic/src/ipc/irq.c \
     216        generic/src/ipc/event.c \
    217217        generic/src/security/cap.c \
    218218        generic/src/sysinfo/sysinfo.c
Note: See TracChangeset for help on using the changeset viewer.