Changeset 95c675b in mainline for boot/arch/ppc32/Makefile.inc
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (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. - File:
-
- 1 edited
-
boot/arch/ppc32/Makefile.inc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/Makefile.inc
rdbf32b1 r95c675b 44 44 RD_DRVS_ESSENTIAL += \ 45 45 platform/mac \ 46 bus/adb/cuda_adb \ 46 47 bus/pci/pciintel \ 47 48 bus/usb/ohci \ … … 57 58 arch/$(BARCH)/src/main.c \ 58 59 arch/$(BARCH)/src/ofw.c \ 59 $(COMPS_C) \ 60 $(COMPS).s \ 61 $(COMPS)_desc.c \ 60 62 genarch/src/ofw.c \ 61 63 genarch/src/ofw_tree.c \ … … 70 72 generic/src/version.c \ 71 73 generic/src/inflate.c 74 75 PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE)
Note:
See TracChangeset
for help on using the changeset viewer.
