Changeset f18cc64 in mainline for boot/Makefile


Ignore:
Timestamp:
2006-11-17T21:31:07Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73a1fe5
Parents:
f2ea5d8
Message:

Configuration changes on sparc64.
Compile TSB support by default.
Ask whether to start AP processors in the loader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rf2ea5d8 rf18cc64  
    4848endif
    4949
     50ifeq ($(CONFIG_SMP),y)
     51        DEFS += -DCONFIG_SMP
     52endif
     53
    5054.PHONY: all build config distclean clean generic_clean
    5155
Note: See TracChangeset for help on using the changeset viewer.