Changeset 89ac5513 in mainline for boot


Ignore:
Timestamp:
2013-06-23T19:54:53Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ddb1922
Parents:
3abf0760 (diff), 96cbd18 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

Location:
boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.build

    r3abf0760 r89ac5513  
    5252        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    5353        -Werror-implicit-function-declaration -Wwrite-strings \
    54         -pipe -arch $(CLANG_ARCH)
     54        -pipe
    5555
    5656ifeq ($(CONFIG_DEBUG),y)
  • boot/Makefile.common

    r3abf0760 r89ac5513  
    112112        $(USPACE_PATH)/srv/hid/remcons/remcons \
    113113        $(USPACE_PATH)/srv/hid/isdv4_tablet/isdv4_tablet \
     114        $(USPACE_PATH)/srv/net/dnsrsrv/dnsrsrv \
    114115        $(USPACE_PATH)/srv/net/ethip/ethip \
    115116        $(USPACE_PATH)/srv/net/inetsrv/inetsrv \
     
    166167        $(USPACE_PATH)/app/dltest2/dltest2 \
    167168        $(USPACE_PATH)/app/dload/dload \
     169        $(USPACE_PATH)/app/dnscfg/dnscfg \
     170        $(USPACE_PATH)/app/dnsres/dnsres \
    168171        $(USPACE_PATH)/app/edit/edit \
    169172        $(USPACE_PATH)/app/inet/inet \
Note: See TracChangeset for help on using the changeset viewer.