Changeset 3e5a814 in mainline for uspace/Makefile


Ignore:
Timestamp:
2009-02-25T21:32:18Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b1de7a
Parents:
f542825
Message:

Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf542825 r3e5a814  
    6363endif
    6464
     65ifeq ($(UARCH),sparc64)
     66        DIRS += srv/fhc
     67endif
     68
    6569BUILDS := $(addsuffix .build,$(DIRS))
    6670CLEANS := $(addsuffix .clean,$(DIRS))
Note: See TracChangeset for help on using the changeset viewer.