Changeset cf2af94 in mainline for uspace/Makefile
- Timestamp:
- 2011-02-09T11:46:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb15135a
- Parents:
- a49c4002 (diff), 0b37882 (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
ra49c4002 rcf2af94 38 38 app/getterm \ 39 39 app/init \ 40 app/kill \ 41 app/killall \ 40 42 app/klog \ 41 43 app/mkfat \ … … 44 46 app/stats \ 45 47 app/taskdump \ 46 app/tasks \47 48 app/tester \ 48 49 app/tetris \ … … 53 54 app/nettest2 \ 54 55 app/ping \ 56 app/websrv \ 57 app/sysinfo \ 55 58 srv/clip \ 56 59 srv/devmap \ … … 78 81 srv/hw/char/i8042 \ 79 82 srv/hw/char/s3c24xx_uart \ 80 srv/hw/netif/dp8390 \ 81 srv/net/cfg \ 83 srv/hw/netif/ne2000 \ 82 84 srv/net/netif/lo \ 83 85 srv/net/il/arp \ … … 87 89 srv/net/tl/tcp \ 88 90 srv/net/net \ 89 drv/root 91 drv/root \ 92 drv/rootvirt \ 93 drv/test1 \ 94 drv/test2 90 95 91 96 ## Networking 92 97 # 93 98 94 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 95 LIBN = \ 96 srv/net/nil/eth \ 97 srv/net/nil/nildummy 98 else 99 DIRS += \ 100 srv/net/nil/eth \ 101 srv/net/nil/nildummy 102 endif 99 DIRS += \ 100 srv/net/nil/eth \ 101 srv/net/nil/nildummy 103 102 104 103 ## Platform-specific hardware support … … 110 109 111 110 ifeq ($(UARCH),amd64) 111 DIRS += \ 112 drv/rootpc \ 113 drv/pciintel \ 114 drv/isa \ 115 drv/ns8250 \ 116 srv/hw/irc/apic \ 117 srv/hw/irc/i8259 112 118 endif 113 119 114 120 ifeq ($(UARCH),ia32) 115 DIRS += drv/rootia32 116 DIRS += drv/pciintel 117 DIRS += drv/isa 118 DIRS += drv/ns8250 121 DIRS += \ 122 drv/rootpc \ 123 drv/pciintel \ 124 drv/isa \ 125 drv/ns8250 \ 126 srv/hw/irc/apic \ 127 srv/hw/irc/i8259 119 128 endif 120 129 … … 125 134 ifeq ($(UARCH),sparc64) 126 135 DIRS += \ 127 srv/hw/ cir/fhc \128 srv/hw/ cir/obio136 srv/hw/irc/fhc \ 137 srv/hw/irc/obio 129 138 endif 130 139
Note:
See TracChangeset
for help on using the changeset viewer.