Changeset 581a54a in mainline for meson/arch/arm64/meson.build
- Timestamp:
- 2021-12-20T20:44:44Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbc1398
- Parents:
- c0436cb
- git-author:
- Jiri Svoboda <jiri@…> (2021-12-20 20:30:41)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-12-20 20:44:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm64/meson.build
rc0436cb r581a54a 1 1 # 2 # Copyright (c) 2021 Jiri Svoboda 2 3 # Copyright (c) 2015 Petr Pavlu 3 4 # All rights reserved. … … 46 47 47 48 if MACHINE == 'virt' 48 rd_essential += [49 rd_essential_drv += [ 49 50 'drv/char/pl011', 50 51 'drv/intctl/gicv2', … … 54 55 55 56 if MACHINE == 'hikey960' 56 rd_essential += [57 rd_essential_drv += [ 57 58 'drv/char/pl011', 58 59 'drv/intctl/gicv2', … … 60 61 ] 61 62 endif 63 64 rd_drv += rd_essential_drv
Note:
See TracChangeset
for help on using the changeset viewer.