Changes in uspace/Makefile [4b4c797:a9b5b5f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r4b4c797 ra9b5b5f 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \49 48 app/tetris \ 50 49 app/trace \ 51 50 app/top \ 52 app/virtusbkbd \53 app/netstart \54 app/netecho \55 app/nettest1 \56 app/nettest2 \57 app/ping \58 51 srv/clip \ 59 52 srv/devmap \ 60 srv/devman \61 53 srv/loader \ 62 54 srv/ns \ … … 74 66 srv/hid/adb_mouse \ 75 67 srv/hid/char_mouse \ 76 srv/hid/s3c24xx_ts \77 68 srv/hid/fb \ 78 69 srv/hid/kbd \ … … 88 79 srv/net/tl/tcp \ 89 80 srv/net/net \ 90 drv/root \ 91 drv/vhc 81 srv/net/netstart \ 82 app/netecho \ 83 app/nettest1 \ 84 app/nettest2 \ 85 app/ping 92 86 93 87 ## Networking … … 112 106 113 107 ifeq ($(UARCH),amd64) 108 DIRS += srv/hw/bus/pci 114 109 endif 115 110 116 111 ifeq ($(UARCH),ia32) 117 DIRS += drv/rootia32 118 DIRS += drv/pciintel 119 DIRS += drv/isa 120 DIRS += drv/ns8250 121 DIRS += drv/uhci 122 DIRS += drv/usbkbd 112 DIRS += srv/hw/bus/pci 123 113 endif 124 114 … … 143 133 lib/softint \ 144 134 lib/softfloat \ 145 lib/drv \ 146 lib/packet \ 135 lib/socket \ 147 136 lib/net 148 137 149 138 ifeq ($(UARCH),amd64) 150 LIBS += lib/usb 151 LIBS += lib/usbvirt 139 LIBS += lib/pci 152 140 endif 153 141 154 142 ifeq ($(UARCH),ia32) 155 LIBS += lib/usb 156 LIBS += lib/usbvirt 143 LIBS += lib/pci 157 144 endif 145 158 146 159 147 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.