Changeset 7fb3f1c in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-04-30T20:22:35Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b72635
Parents:
2ca5f632
Message:

Make all architectures buildable. Only allow enabling dynamic linking on ia32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2ca5f632 r7fb3f1c  
    3535DIRS = \
    3636        app/bdsh \
    37         app/dltest2 \
    3837        app/edit \
    3938        app/getterm \
     
    9695ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    9796        DIRS += \
    98                 app/dltest
     97                app/dltest \
     98                app/dltest2
    9999endif
    100100
Note: See TracChangeset for help on using the changeset viewer.