Changeset 73d288c in mainline
- Timestamp:
- 2011-06-20T18:55:18Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5203e256
- Parents:
- 1850baf
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/Makefile.inc
r1850baf r73d288c 46 46 $(USPACE_PATH)/srv/hid/adb_mouse/adb_ms 47 47 48 RD_DRVS += \ 49 rootmac 50 48 51 SOURCES = \ 49 52 arch/$(BARCH)/src/asm.S \ -
uspace/Makefile
r1850baf r73d288c 148 148 149 149 ifeq ($(UARCH),ppc32) 150 DIRS += srv/hw/bus/cuda_adb 150 DIRS += \ 151 drv/rootmac \ 152 srv/hw/bus/cuda_adb 151 153 endif 152 154
Note:
See TracChangeset
for help on using the changeset viewer.