Changeset 42742c5a in mainline for uspace/Makefile


Ignore:
Timestamp:
2009-02-27T20:41:23Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a28812
Parents:
12081e6
Message:

Userspace driver for OBIO. This will make it possible to clear interrupts from
user space on UltraSPARC IIi and systems with Psycho. Not tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r12081e6 r42742c5a  
    6464
    6565ifeq ($(UARCH),sparc64)
    66         DIRS += srv/fhc
     66        DIRS += \
     67                srv/fhc \
     68                srv/obio
    6769endif
    6870
Note: See TracChangeset for help on using the changeset viewer.