Changes in uspace/Makefile [b8100da:a79d88d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb8100da ra79d88d 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \ 48 49 app/tetris \ 49 50 app/trace \ 50 51 app/top \ 51 app/virtusbkbd \ 52 app/netecho \ 53 app/nettest1 \ 54 app/nettest2 \ 55 app/ping \ 52 56 srv/clip \ 53 57 srv/devmap \ 58 srv/devman \ 54 59 srv/loader \ 55 60 srv/ns \ … … 67 72 srv/hid/adb_mouse \ 68 73 srv/hid/char_mouse \ 74 srv/hid/s3c24xx_ts \ 69 75 srv/hid/fb \ 70 76 srv/hid/kbd \ … … 72 78 srv/hw/char/s3c24xx_uart \ 73 79 srv/hw/netif/dp8390 \ 74 srv/hw/bus/usb/hcd/virtual \75 80 srv/net/cfg \ 76 81 srv/net/netif/lo \ … … 82 87 srv/net/net \ 83 88 srv/net/netstart \ 84 app/usb \ 85 app/netecho \ 86 app/nettest1 \ 87 app/nettest2 \ 88 app/ping 89 drv/root 89 90 90 91 ## Networking … … 109 110 110 111 ifeq ($(UARCH),amd64) 111 DIRS += srv/hw/bus/pci112 112 endif 113 113 114 114 ifeq ($(UARCH),ia32) 115 DIRS += srv/hw/bus/pci 115 DIRS += drv/rootia32 116 DIRS += drv/pciintel 117 DIRS += drv/isa 118 DIRS += drv/ns8250 116 119 endif 117 120 … … 136 139 lib/softint \ 137 140 lib/softfloat \ 138 lib/socket \ 141 lib/drv \ 142 lib/packet \ 139 143 lib/net 140 141 ifeq ($(UARCH),amd64)142 LIBS += lib/pci143 LIBS += lib/usb144 LIBS += lib/usbvirt145 endif146 147 ifeq ($(UARCH),ia32)148 LIBS += lib/pci149 LIBS += lib/usb150 LIBS += lib/usbvirt151 endif152 153 144 154 145 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.