Changeset 0b749a3 in mainline for uspace/Makefile
- Timestamp:
- 2010-11-22T15:39:53Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eddb76, aae339e9
- Parents:
- 9a1d8ab (diff), 8cd1aa5e (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
-
uspace/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9a1d8ab r0b749a3 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/virtusbkbd \ 53 app/netecho \ 54 app/nettest1 \ 55 app/nettest2 \ 56 app/ping \ 51 57 srv/clip \ 52 58 srv/devmap \ 59 srv/devman \ 53 60 srv/loader \ 54 61 srv/ns \ … … 66 73 srv/hid/adb_mouse \ 67 74 srv/hid/char_mouse \ 75 srv/hid/s3c24xx_ts \ 68 76 srv/hid/fb \ 69 77 srv/hid/kbd \ … … 79 87 srv/net/tl/tcp \ 80 88 srv/net/net \ 81 srv/net/netstart \ 82 app/netecho \ 83 app/nettest1 \ 84 app/nettest2 \ 85 app/ping 89 drv/root \ 90 drv/vhc 86 91 87 92 ## Networking … … 106 111 107 112 ifeq ($(UARCH),amd64) 108 DIRS += srv/hw/bus/pci109 113 endif 110 114 111 115 ifeq ($(UARCH),ia32) 112 DIRS += srv/hw/bus/pci 116 DIRS += drv/rootia32 117 DIRS += drv/pciintel 118 DIRS += drv/isa 119 DIRS += drv/ns8250 120 DIRS += drv/uhci 121 DIRS += drv/usbkbd 113 122 endif 114 123 … … 133 142 lib/softint \ 134 143 lib/softfloat \ 135 lib/socket \ 144 lib/drv \ 145 lib/packet \ 136 146 lib/net 137 147 138 148 ifeq ($(UARCH),amd64) 139 LIBS += lib/pci 149 LIBS += lib/usb 150 LIBS += lib/usbvirt 140 151 endif 141 152 142 153 ifeq ($(UARCH),ia32) 143 LIBS += lib/pci 154 LIBS += lib/usb 155 LIBS += lib/usbvirt 144 156 endif 145 146 157 147 158 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.
