Changes in uspace/Makefile [2a18193c:1ea99cc] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2a18193c r1ea99cc  
    3838        lib/softint \
    3939        lib/softfloat \
     40        lib/libtest \
    4041        srv/bd/ata_bd \
    4142        srv/bd/file_bd \
     
    5455        app/tetris \
    5556        app/tester \
     57        app/dltest2 \
     58        app/dload \
    5659        app/trace \
    5760        app/klog \
     
    7477endif
    7578
     79ifeq ($(CONFIG_BUILD_SHARED_LIBC), y)
     80        DIRS += \
     81                lib/libc/shared \
     82                app/dltest
     83endif
     84
     85
    7686BUILDS := $(addsuffix .build,$(DIRS))
    7787CLEANS := $(addsuffix .clean,$(DIRS))
    7888
    79 .PHONY: all $(BUILDS) $(CLEANS) clean
     89.PHONY: all $(BUILDS) $(CLEANS) clean kerninc
    8090
    8191all: ../Makefile.config ../config.h ../config.defs $(BUILDS)
Note: See TracChangeset for help on using the changeset viewer.