Changeset efedee77 in mainline for uspace/Makefile
- Timestamp:
- 2010-11-02T22:38:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af894a21
- Parents:
- aab02fb (diff), e06ef614 (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
raab02fb refedee77 46 46 app/tasks \ 47 47 app/tester \ 48 app/test_serial \ 48 49 app/tetris \ 49 50 app/trace \ 50 51 app/top \ 52 app/usb \ 51 53 app/virtusbkbd \ 54 app/netecho \ 55 app/nettest1 \ 56 app/nettest2 \ 57 app/ping \ 52 58 srv/clip \ 53 59 srv/devmap \ 60 srv/devman \ 54 61 srv/loader \ 55 62 srv/ns \ … … 67 74 srv/hid/adb_mouse \ 68 75 srv/hid/char_mouse \ 76 srv/hid/s3c24xx_ts \ 69 77 srv/hid/fb \ 70 78 srv/hid/kbd \ … … 82 90 srv/net/net \ 83 91 srv/net/netstart \ 84 app/usb \ 85 app/netecho \ 86 app/nettest1 \ 87 app/nettest2 \ 88 app/ping 92 drv/root 89 93 90 94 ## Networking … … 109 113 110 114 ifeq ($(UARCH),amd64) 111 DIRS += srv/hw/bus/pci112 115 endif 113 116 114 117 ifeq ($(UARCH),ia32) 115 DIRS += srv/hw/bus/pci 118 DIRS += drv/rootia32 119 DIRS += drv/pciintel 120 DIRS += drv/isa 121 DIRS += drv/ns8250 116 122 endif 117 123 … … 136 142 lib/softint \ 137 143 lib/softfloat \ 138 lib/socket \ 144 lib/drv \ 145 lib/packet \ 139 146 lib/net 140 147 141 148 ifeq ($(UARCH),amd64) 142 LIBS += lib/pci143 149 LIBS += lib/usb 144 150 LIBS += lib/usbvirt … … 146 152 147 153 ifeq ($(UARCH),ia32) 148 LIBS += lib/pci149 154 LIBS += lib/usb 150 155 LIBS += lib/usbvirt 151 156 endif 152 153 157 154 158 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.