diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2020-10-08 09:45:01 +0800 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2020-10-08 09:45:01 +0800 |
commit | 2844e95c61d77f17e2acf34a43eabaae8f423afa (patch) | |
tree | 00ab8430578cfc07f8d3071d03e3c0f57ef69af5 /emulators/Makefile | |
parent | fa097b2cb68dfd070eb4c3a3f2ce6dde22cd7be2 (diff) | |
download | freebsd-ports-gnome-2844e95c61d77f17e2acf34a43eabaae8f423afa.tar.gz freebsd-ports-gnome-2844e95c61d77f17e2acf34a43eabaae8f423afa.tar.zst freebsd-ports-gnome-2844e95c61d77f17e2acf34a43eabaae8f423afa.zip |
emulators/linux-power10-functional-sim: Add the POWER10 sim
See https://www14.software.ibm.com/webapp/set2/sas/f/pwrfs/pwr10/home.html
Sponsored by: BBOX.io
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 8fab7adc06c4..0a8d97085cfb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -66,6 +66,7 @@ SUBDIR += libspectrum SUBDIR += linux-c7 SUBDIR += linux-power9-functional-sim + SUBDIR += linux-power10-functional-sim SUBDIR += linux_base-c7 SUBDIR += lisaem SUBDIR += mame |