Changes in uspace/Makefile [a3eeef45:f902d36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra3eeef45 rf902d36 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 \ 55 58 app/sysinfo \ 56 59 srv/clip \ … … 77 80 srv/hw/char/i8042 \ 78 81 srv/hw/char/s3c24xx_uart \ 79 srv/hw/netif/dp8390 \ 80 srv/net/cfg \ 82 srv/hw/netif/ne2000 \ 81 83 srv/net/netif/lo \ 82 84 srv/net/il/arp \ … … 94 96 # 95 97 96 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 97 LIBN = \ 98 srv/net/nil/eth \ 99 srv/net/nil/nildummy 100 else 101 DIRS += \ 102 srv/net/nil/eth \ 103 srv/net/nil/nildummy 104 endif 98 DIRS += \ 99 srv/net/nil/eth \ 100 srv/net/nil/nildummy 105 101 106 102 ## Platform-specific hardware support … … 112 108 113 109 ifeq ($(UARCH),amd64) 114 DIRS += drv/rootpc 115 DIRS += drv/pciintel 116 DIRS += drv/isa 117 DIRS += drv/ns8250 110 DIRS += \ 111 drv/rootpc \ 112 drv/pciintel \ 113 drv/isa \ 114 drv/ns8250 \ 115 srv/hw/irc/apic \ 116 srv/hw/irc/i8259 118 117 endif 119 118 120 119 ifeq ($(UARCH),ia32) 121 DIRS += drv/rootpc 122 DIRS += drv/pciintel 123 DIRS += drv/isa 124 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 125 127 endif 126 128 … … 131 133 ifeq ($(UARCH),sparc64) 132 134 DIRS += \ 133 srv/hw/ cir/fhc \134 srv/hw/ cir/obio135 srv/hw/irc/fhc \ 136 srv/hw/irc/obio 135 137 endif 136 138
Note:
See TracChangeset
for help on using the changeset viewer.