From f045f14437ef63e10f57580978dc9ca3e0256007 Mon Sep 17 00:00:00 2001 From: Alistair Popple Date: Mon, 19 Dec 2016 21:07:51 +1100 Subject: Clean-up target configuration in preparation for adding P9 support The previous implementation of targeting was hardcoded, cumbersome and difficult to reconfigure for different chip types. This moves to a method of configuring targets using device-tree which is much easier to maintain and allows methods to be added to support operations like getmem on POWER9. Signed-off-by: Alistair Popple --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0a0f08a..3d0cb89 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,11 @@ config.h config.log config.status libpdbg.a +.libs +config.guess +config.sub +*.la +*.lo +ltmain.sh +libtool +m4 -- cgit v1.2.1