Changeset 04cb68f2 in mainline for uspace/Makefile
- Timestamp:
- 2010-10-20T19:30:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78a9e5ef
- Parents:
- e0e568ff (diff), a6e54c5d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
re0e568ff r04cb68f2 43 43 app/sbi \ 44 44 app/stats \ 45 app/shutters \ 45 46 app/taskdump \ 46 47 app/tasks \ 47 48 app/tester \ 49 app/test_serial \ 48 50 app/tetris \ 49 51 app/trace \ … … 51 53 srv/clip \ 52 54 srv/devmap \ 55 srv/devman \ 56 srv/drivers/root \ 53 57 srv/loader \ 54 58 srv/ns \ … … 111 115 112 116 ifeq ($(UARCH),ia32) 113 DIRS += srv/hw/bus/pci 117 DIRS += srv/drivers/rootia32 118 DIRS += srv/drivers/pciintel 119 DIRS += srv/drivers/isa 120 DIRS += srv/drivers/ns8250 121 # DIRS += srv/hw/bus/pci 114 122 endif 115 123 … … 134 142 lib/softint \ 135 143 lib/softfloat \ 144 lib/drv \ 136 145 lib/packet \ 137 146 lib/net
Note:
See TracChangeset
for help on using the changeset viewer.