Rev 4373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4373 | Rev 4388 | ||
---|---|---|---|
Line 69... | Line 69... | ||
69 | DIRS += \ |
69 | DIRS += \ |
70 | srv/fhc \ |
70 | srv/fhc \ |
71 | srv/obio |
71 | srv/obio |
72 | endif |
72 | endif |
73 | 73 | ||
74 | ifeq ($(CONFIG_SHARED_LIBC), y) |
74 | ifeq ($(CONFIG_BUILD_SHARED_LIBC), y) |
75 | DIRS += \ |
75 | DIRS += \ |
76 | lib/libc/shared |
76 | lib/libc/shared \ |
77 | app/dltest |
77 | app/dltest |
78 | endif |
78 | endif |
79 | 79 | ||
80 | 80 | ||
81 | BUILDS := $(addsuffix .build,$(DIRS)) |
81 | BUILDS := $(addsuffix .build,$(DIRS)) |