Changeset 7aa94304 in mainline for boot/arch/sparc64/Makefile.inc
- Timestamp:
- 2017-11-10T18:59:18Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19397be
- Parents:
- 3a37751
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/Makefile.inc
r3a37751 r7aa94304 39 39 EXTRA_CFLAGS = -mcpu=ultrasparc -m64 -mno-fpu -mcmodel=medlow 40 40 41 ifeq ($(PROCESSOR), sun4v) 42 RD_DRVS_ESSENTIAL += \ 43 platform/sun4v \ 44 char/sun4v-con 45 else 41 46 RD_DRVS_ESSENTIAL += \ 42 47 platform/sun4u \ … … 48 53 RD_DRV_CFG += \ 49 54 bus/isa 55 endif 50 56 51 57 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.