Changeset f7842ef in mainline for boot/arch/arm64/Makefile.inc


Ignore:
Timestamp:
2019-04-06T13:40:29Z (5 years ago)
Author:
Petr Pavlu <setup@…>
Children:
5ca10d1
Parents:
a4bd537
git-author:
Petr Pavlu <setup@…> (2019-03-31 14:31:08)
git-committer:
Petr Pavlu <setup@…> (2019-04-06 13:40:29)
Message:

arm64: Add GICv2 uspace driver

File:
1 edited

Legend:

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

    ra4bd537 rf7842ef  
    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.