Changeset 67bcd81 in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2019-01-28T15:41:15Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d2289c
Parents:
3fea752
git-author:
Jiri Svoboda <jiri@…> (2018-01-28 07:51:09)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-28 15:41:15)
Message:

Move bcm2835 mbox code from headers to C files (ccheck)

New ccheck rev. found that variable shortcut_inums is defined (non-static)
in a header. The real problem here is that the code of
irc and timer modules is contained in headers instead of C files,
so just move them to the C files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    r3fea752 r67bcd81  
    117117ifeq ($(CONFIG_BCM2835_MAILBOX),y)
    118118GENARCH_SOURCES += \
    119         genarch/src/drivers/bcm2835/mbox.c
     119        genarch/src/drivers/bcm2835/irc.c \
     120        genarch/src/drivers/bcm2835/mbox.c \
     121        genarch/src/drivers/bcm2835/timer.c
    120122endif
    121123
Note: See TracChangeset for help on using the changeset viewer.