diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 12:41:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 12:41:29 +0000 |
commit | c43aadcaa6c1b7f5c853276b347fd46f67e8ba09 (patch) | |
tree | 36230ec348ef2ad558a39fd197d94c93bc4e03b7 /sim/bfin/configure.ac | |
parent | dfb61fb66f2df32de3597c140f24f8caa53f8766 (diff) | |
download | gdb-c43aadcaa6c1b7f5c853276b347fd46f67e8ba09.zip gdb-c43aadcaa6c1b7f5c853276b347fd46f67e8ba09.tar.gz gdb-c43aadcaa6c1b7f5c853276b347fd46f67e8ba09.tar.bz2 |
sim: bfin: add a performance monitor stub
No counters get updated, but there is enough here for software to
poke things and work.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/configure.ac')
-rw-r--r-- | sim/bfin/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/bfin/configure.ac b/sim/bfin/configure.ac index 6c03107..e19ab03 100644 --- a/sim/bfin/configure.ac +++ b/sim/bfin/configure.ac @@ -33,6 +33,7 @@ SIM_AC_OPTION_HARDWARE(yes,,\ bfin_mmu \ bfin_nfc \ bfin_otp \ + bfin_pfmon \ bfin_pll \ bfin_ppi \ bfin_rtc \ |