Changes in uspace/Makefile [1ea99cc:2a18193c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r1ea99cc r2a18193c 38 38 lib/softint \ 39 39 lib/softfloat \ 40 lib/libtest \41 40 srv/bd/ata_bd \ 42 41 srv/bd/file_bd \ … … 55 54 app/tetris \ 56 55 app/tester \ 57 app/dltest2 \58 app/dload \59 56 app/trace \ 60 57 app/klog \ … … 77 74 endif 78 75 79 ifeq ($(CONFIG_BUILD_SHARED_LIBC), y)80 DIRS += \81 lib/libc/shared \82 app/dltest83 endif84 85 86 76 BUILDS := $(addsuffix .build,$(DIRS)) 87 77 CLEANS := $(addsuffix .clean,$(DIRS)) 88 78 89 .PHONY: all $(BUILDS) $(CLEANS) clean kerninc79 .PHONY: all $(BUILDS) $(CLEANS) clean 90 80 91 81 all: ../Makefile.config ../config.h ../config.defs $(BUILDS)
Note:
See TracChangeset
for help on using the changeset viewer.