diff options
| author | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 15:33:18 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 15:33:18 -0500 |
| commit | ac19be2005906145169cabf08d18b88c0376abae (patch) | |
| tree | 83f31ca48eef2fa81e645d193ac1c0461377b54f /rings | |
| parent | 41e7df45e64f623499b8d286a4012e6e7d24eaf6 (diff) | |
| download | talos-hcode-ac19be2005906145169cabf08d18b88c0376abae.tar.gz talos-hcode-ac19be2005906145169cabf08d18b88c0376abae.zip | |
Updates to account for moving ring files out of import directory
Change-Id: I6064d1b95b413d5b5e4b6c21efb77bdf369fb77d
Diffstat (limited to 'rings')
| -rwxr-xr-x | rings/rings.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/rings/rings.mk b/rings/rings.mk new file mode 100755 index 00000000..91801dba --- /dev/null +++ b/rings/rings.mk @@ -0,0 +1,32 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: rings/rings.mk $ +# +# OpenPOWER HCODE Project +# +# COPYRIGHT 2017 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG +../../import/../output/gen/rings/hw/p9n.hw.rings.bin : + @mkdir -p $(GENPATH)/rings/p9n/hw/ + cp $(BASEPATH)/rings/p9n.hw.rings.bin $(GENPATH)/rings/p9n/hw/p9n.hw.rings.bin + +../../import/../output/gen/rings/p9n/hw/p9n.hw.overlays.bin : + @mkdir -p $(GENPATH)/rings/p9n/hw/ + cp $(BASEPATH)/rings/p9n.hw.overlays.bin $(GENPATH)/rings/p9n/hw/p9n.hw.overlays.bin + |

