Changeset 8df0306 in mainline
- Timestamp:
- 2019-04-10T15:04:17Z (6 years ago)
- 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)
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r84176f3 r8df0306 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
r84176f3 r8df0306 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
r84176f3 r8df0306 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.