Changeset 581a54a in mainline for meson/arch/ia64/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/ia64/meson.build
rc0436cb r581a54a 1 1 # 2 # Copyright (c) 2021 Jiri Svoboda 2 3 # Copyright (c) 2019 Jiří Zárevúcky 3 4 # All rights reserved. … … 41 42 42 43 if MACHINE == 'i460GX' 43 rd_essential += [44 rd_essential_drv += [ 44 45 'drv/platform/pc', 45 46 'drv/bus/pci/pciintel', … … 50 51 51 52 elif MACHINE == 'ski' 52 rd_essential += [53 rd_essential_drv += [ 53 54 'drv/char/ski-con', 54 55 'drv/platform/ski', … … 56 57 57 58 endif 59 60 rd_drv += rd_essential_drv
Note:
See TracChangeset
for help on using the changeset viewer.