Changeset 357b5f5 in mainline for uspace/Makefile
- Timestamp:
- 2011-01-23T20:09:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fdb9982c
- Parents:
- cead2aa (diff), 7e36c8d (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
rcead2aa r357b5f5 38 38 app/getterm \ 39 39 app/init \ 40 app/kill \ 41 app/killall \ 40 42 app/klog \ 41 43 app/mkfat \ … … 53 55 app/nettest2 \ 54 56 app/ping \ 57 app/websrv \ 58 app/sysinfo \ 55 59 srv/clip \ 56 60 srv/devmap \ … … 76 80 srv/hw/char/i8042 \ 77 81 srv/hw/char/s3c24xx_uart \ 78 srv/hw/netif/dp8390 \ 79 srv/net/cfg \ 82 srv/hw/netif/ne2000 \ 80 83 srv/net/netif/lo \ 81 84 srv/net/il/arp \ … … 85 88 srv/net/tl/tcp \ 86 89 srv/net/net \ 87 drv/root 90 drv/root \ 91 drv/rootvirt \ 92 drv/test1 \ 93 drv/test2 88 94 89 95 ## Networking 90 96 # 91 97 92 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 93 LIBN = \ 94 srv/net/nil/eth \ 95 srv/net/nil/nildummy 96 else 97 DIRS += \ 98 srv/net/nil/eth \ 99 srv/net/nil/nildummy 100 endif 98 DIRS += \ 99 srv/net/nil/eth \ 100 srv/net/nil/nildummy 101 101 102 102 ## Platform-specific hardware support … … 108 108 109 109 ifeq ($(UARCH),amd64) 110 DIRS += \ 111 drv/rootpc \ 112 drv/pciintel \ 113 drv/isa \ 114 drv/ns8250 \ 115 srv/hw/irc/apic \ 116 srv/hw/irc/i8259 110 117 endif 111 118 112 119 ifeq ($(UARCH),ia32) 113 DIRS += drv/rootia32 114 DIRS += drv/pciintel 115 DIRS += drv/isa 116 DIRS += drv/ns8250 120 DIRS += \ 121 drv/rootpc \ 122 drv/pciintel \ 123 drv/isa \ 124 drv/ns8250 \ 125 srv/hw/irc/apic \ 126 srv/hw/irc/i8259 117 127 endif 118 128 … … 123 133 ifeq ($(UARCH),sparc64) 124 134 DIRS += \ 125 srv/hw/ cir/fhc \126 srv/hw/ cir/obio135 srv/hw/irc/fhc \ 136 srv/hw/irc/obio 127 137 endif 128 138
Note:
See TracChangeset
for help on using the changeset viewer.