Changeset 8df0306 in mainline for boot/arch/arm64/Makefile.inc


Ignore:
Timestamp:
2019-04-10T15:04:17Z (6 years ago)
Author:
Jakub Jermář <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7348c4b
Parents:
84176f3
git-author:
Petr Pavlu <setup@…> (2019-03-31 14:31:08)
git-committer:
Jakub Jermář <jakub@…> (2019-04-10 15:04:17)
Message:

arm64: Add GICv2 uspace driver

File:
1 edited

Legend:

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

    r84176f3 r8df0306  
    5454EXTRA_LDFLAGS = -Wl,-shared
    5555
     56ifeq ($(MACHINE), virt)
     57        RD_DRVS_ESSENTIAL += \
     58                intctl/gicv2
     59endif
     60
    5661SOURCES = \
    5762        arch/$(BARCH)/src/asm.S \
Note: See TracChangeset for help on using the changeset viewer.