Changeset bc73be3 in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2019-06-27T08:51:20Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8add15e0
Parents:
ad40b74b (diff), aeba767 (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:

cpp: merge and resolve conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rad40b74b rbc73be3  
    8585endif
    8686
     87ifeq ($(CONFIG_I8259),y)
     88GENARCH_SOURCES += \
     89        genarch/src/drivers/i8259/i8259.c
     90endif
     91
    8792ifeq ($(CONFIG_NS16550),y)
    8893GENARCH_SOURCES += \
     
    117122ifeq ($(CONFIG_BCM2835_MAILBOX),y)
    118123GENARCH_SOURCES += \
    119         genarch/src/drivers/bcm2835/mbox.c
     124        genarch/src/drivers/bcm2835/irc.c \
     125        genarch/src/drivers/bcm2835/mbox.c \
     126        genarch/src/drivers/bcm2835/timer.c
     127endif
     128
     129ifeq ($(CONFIG_GICV2), y)
     130GENARCH_SOURCES += \
     131        genarch/src/drivers/gicv2/gicv2.c
    120132endif
    121133
Note: See TracChangeset for help on using the changeset viewer.