Changeset f7842ef in mainline
- Timestamp:
- 2019-04-06T13:40:29Z (6 years ago)
- 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)
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
ra4bd537 rf7842ef 327 327 uspace/drv/hid/xtkbd/xtkbd 328 328 uspace/drv/intctl/apic/apic 329 uspace/drv/intctl/gicv2/gicv2 329 330 uspace/drv/intctl/i8259/i8259 330 331 uspace/drv/intctl/icp-ic/icp-ic -
boot/arch/arm64/Makefile.inc
ra4bd537 rf7842ef 54 54 EXTRA_LDFLAGS = -Wl,-shared 55 55 56 ifeq ($(MACHINE), virt) 57 RD_DRVS_ESSENTIAL += \ 58 intctl/gicv2 59 endif 60 56 61 SOURCES = \ 57 62 arch/$(BARCH)/src/asm.S \ -
uspace/Makefile
ra4bd537 rf7842ef 181 181 drv/hid/xtkbd \ 182 182 drv/intctl/apic \ 183 drv/intctl/gicv2 \ 183 184 drv/intctl/i8259 \ 184 185 drv/intctl/icp-ic \
Note:
See TracChangeset
for help on using the changeset viewer.