Changeset b7068da in mainline for uspace/Makefile
- Timestamp:
- 2012-02-09T20:35:12Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 591762c6
- Parents:
- 7cede12c (diff), 3d4750f (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
r7cede12c rb7068da 64 64 app/nettest1 \ 65 65 app/nettest2 \ 66 app/nettest3 \ 66 67 app/ping \ 67 68 app/websrv \ … … 92 93 srv/hid/fb \ 93 94 srv/hid/input \ 94 srv/h w/char/i8042\95 srv/hid/remcons \ 95 96 srv/hw/char/s3c24xx_uart \ 96 97 srv/net/il/arp \ … … 104 105 drv/infrastructure/root \ 105 106 drv/infrastructure/rootvirt \ 107 drv/char/i8042 \ 108 drv/char/ps2mouse \ 109 drv/char/xtkbd \ 106 110 drv/test/test1 \ 107 111 drv/test/test2 \ … … 118 122 drv/bus/usb/vhc \ 119 123 drv/nic/lo \ 120 drv/nic/ne2k 124 drv/nic/ne2k \ 125 drv/nic/e1k \ 126 drv/nic/rtl8139 121 127 122 128 ifeq ($(CONFIG_PCC),y)
Note:
See TracChangeset
for help on using the changeset viewer.