Changeset 89c57b6 in mainline for uspace/Makefile
- Timestamp:
- 2011-04-13T14:45:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88634420
- Parents:
- cefb126 (diff), 17279ead (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
-
uspace/Makefile (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcefb126 r89c57b6 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 \ 49 50 app/trace \ 50 51 app/top \ 52 app/netecho \ 53 app/nettest1 \ 54 app/nettest2 \ 55 app/ping \ 56 app/websrv \ 57 app/sysinfo \ 51 58 srv/clip \ 52 59 srv/devmap \ 60 srv/devman \ 53 61 srv/loader \ 54 62 srv/ns \ … … 66 74 srv/hid/adb_mouse \ 67 75 srv/hid/char_mouse \ 76 srv/hid/s3c24xx_ts \ 68 77 srv/hid/fb \ 69 78 srv/hid/kbd \ 70 79 srv/hw/char/i8042 \ 71 srv/hw/ netif/dp8390\72 srv/ net/cfg\80 srv/hw/char/s3c24xx_uart \ 81 srv/hw/netif/ne2000 \ 73 82 srv/net/netif/lo \ 74 83 srv/net/il/arp \ … … 78 87 srv/net/tl/tcp \ 79 88 srv/net/net \ 80 srv/net/netstart \ 81 app/netecho \ 82 app/nettest1 \ 83 app/nettest2 \ 84 app/ping 89 drv/root \ 90 drv/rootvirt \ 91 drv/test1 \ 92 drv/test2 85 93 86 94 ## Networking 87 95 # 88 96 89 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 90 LIBN = \ 91 srv/net/nil/eth \ 92 srv/net/nil/nildummy 93 else 94 DIRS += \ 95 srv/net/nil/eth \ 96 srv/net/nil/nildummy 97 endif 97 DIRS += \ 98 srv/net/nil/eth \ 99 srv/net/nil/nildummy 98 100 99 101 ## Platform-specific hardware support … … 105 107 106 108 ifeq ($(UARCH),amd64) 107 DIRS += srv/hw/bus/pci 109 DIRS += \ 110 drv/rootpc \ 111 drv/pciintel \ 112 drv/isa \ 113 drv/ns8250 \ 114 srv/hw/irc/apic \ 115 srv/hw/irc/i8259 108 116 endif 109 117 110 118 ifeq ($(UARCH),ia32) 111 DIRS += srv/hw/bus/pci 119 DIRS += \ 120 drv/rootpc \ 121 drv/pciintel \ 122 drv/isa \ 123 drv/ns8250 \ 124 srv/hw/irc/apic \ 125 srv/hw/irc/i8259 112 126 endif 113 127 … … 118 132 ifeq ($(UARCH),sparc64) 119 133 DIRS += \ 120 srv/hw/ cir/fhc \121 srv/hw/ cir/obio134 srv/hw/irc/fhc \ 135 srv/hw/irc/obio 122 136 endif 123 137 … … 132 146 lib/softint \ 133 147 lib/softfloat \ 134 lib/socket \ 148 lib/drv \ 149 lib/packet \ 135 150 lib/net 136 137 ifeq ($(UARCH),amd64)138 LIBS += lib/pci139 endif140 141 ifeq ($(UARCH),ia32)142 LIBS += lib/pci143 endif144 145 151 146 152 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.
