Changeset 849ed54 in mainline for uspace/Makefile
- Timestamp:
- 2010-03-30T18:39:04Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7553689
- Parents:
- 7d6fe4db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r7d6fe4db r849ed54 65 65 srv/hid/fb \ 66 66 srv/hid/kbd \ 67 srv/hw/char/i8042 67 srv/hw/char/i8042 \ 68 srv/hw/netif/dp8390 68 69 69 70 ## Platform-specific hardware support … … 95 96 # 96 97 97 ifeq ($(CONFIG_NETIF_DP8390),y)98 DIRS += srv/net/netif/dp839099 endif100 101 98 NETWORKING_COMMON = \ 102 99 srv/net/netif/lo \ … … 104 101 srv/net/nil/nildummy \ 105 102 srv/net/net \ 106 srv/net/net/start \ 107 srv/net/socket \ 108 srv/net/app/echo \ 109 srv/net/app/ping \ 110 srv/net/app/nettest1 \ 111 srv/net/app/nettest2 103 srv/net/netstart \ 104 app/netecho \ 105 app/nettest1 \ 106 app/nettest2 \ 107 app/ping 112 108 113 109 NETWORKING_MODULAR = \ … … 128 124 lib/softint \ 129 125 lib/softfloat \ 126 lib/socket \ 127 lib/net \ 128 lib/netif 130 129 131 130 ifeq ($(UARCH),amd64) … … 149 148 endif 150 149 151 ifeq ($(CONFIG_NETWORKING),none)152 BUILDS := $(addsuffix .build,$(DIRS))153 endif154 155 150 CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(NETWORKING_COMMON)) $(addsuffix .clean,$(NETWORKING_MODULAR)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC)) 156 151
Note:
See TracChangeset
for help on using the changeset viewer.