Changeset 95c675b in mainline for boot/arch/ppc32/Makefile.inc


Ignore:
Timestamp:
2017-10-17T13:11:35Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
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.
Message:

Merge mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/Makefile.inc

    rdbf32b1 r95c675b  
    4444RD_DRVS_ESSENTIAL += \
    4545        platform/mac \
     46        bus/adb/cuda_adb \
    4647        bus/pci/pciintel \
    4748        bus/usb/ohci \
     
    5758        arch/$(BARCH)/src/main.c \
    5859        arch/$(BARCH)/src/ofw.c \
    59         $(COMPS_C) \
     60        $(COMPS).s \
     61        $(COMPS)_desc.c \
    6062        genarch/src/ofw.c \
    6163        genarch/src/ofw_tree.c \
     
    7072        generic/src/version.c \
    7173        generic/src/inflate.c
     74
     75PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE)
Note: See TracChangeset for help on using the changeset viewer.