Changeset 73d288c in mainline


Ignore:
Timestamp:
2011-06-20T18:55:18Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5203e256
Parents:
1850baf
Message:

add Mac platform driver stub (does not do anything so far)

Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/Makefile.inc

    r1850baf r73d288c  
    4646        $(USPACE_PATH)/srv/hid/adb_mouse/adb_ms
    4747
     48RD_DRVS += \
     49        rootmac
     50
    4851SOURCES = \
    4952        arch/$(BARCH)/src/asm.S \
  • uspace/Makefile

    r1850baf r73d288c  
    148148
    149149ifeq ($(UARCH),ppc32)
    150         DIRS += srv/hw/bus/cuda_adb
     150        DIRS += \
     151                drv/rootmac \
     152                srv/hw/bus/cuda_adb
    151153endif
    152154
Note: See TracChangeset for help on using the changeset viewer.