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