Changes in uspace/Makefile [2d2b8e6:10a530cc] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2d2b8e6 r10a530cc  
    9292        drv/test2
    9393
     94ifeq ($(CONFIG_BINUTILS),y)
     95DIRS += \
     96        app/binutils
     97endif
     98
    9499## Networking
    95100#
     
    148153        lib/drv \
    149154        lib/packet \
    150         lib/net \
    151         lib/posix
     155        lib/net
    152156
    153157LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.