Changeset 6d15572 in mainline for boot/arch/ia64/Makefile.inc
- Timestamp:
- 2017-11-08T08:04:08Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5b6fb5
- Parents:
- cecba66e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/Makefile.inc
rcecba66e r6d15572 66 66 endif 67 67 68 ifeq ($(MACHINE),i460GX) 68 69 RD_DRVS_ESSENTIAL += \ 69 70 platform/pc \ … … 88 89 RD_DRV_CFG += \ 89 90 bus/isa 91 endif 92 93 ifeq ($(MACHINE),ski) 94 RD_DRVS_ESSENTIAL += \ 95 char/ski-con \ 96 platform/ski 97 endif 90 98 91 99 PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE)
Note:
See TracChangeset
for help on using the changeset viewer.