From 52caa7bce5829e9e1e5518f126e431ada0986568 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 29 Mar 2010 18:04:14 +0200 Subject: Update timing constraints and add them to project --- quartus/dionysos_nios2mmu.qsf | 1 + 1 file changed, 1 insertion(+) (limited to 'quartus/dionysos_nios2mmu.qsf') diff --git a/quartus/dionysos_nios2mmu.qsf b/quartus/dionysos_nios2mmu.qsf index 925dfed..a51bd81 100644 --- a/quartus/dionysos_nios2mmu.qsf +++ b/quartus/dionysos_nios2mmu.qsf @@ -434,6 +434,7 @@ set_global_assignment -name VHDL_FILE ../lib/misc/components/reset_sync.vhd set_global_assignment -name VHDL_FILE ../dionysos_top.vhd set_global_assignment -name QIP_FILE dionysos_nios2mmu.qip set_global_assignment -name VHDL_FILE dionysos_nios2mmu.vhd +set_global_assignment -name SDC_FILE dionysos_nios2mmu.sdc set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file -- cgit v1.2.3-54-g00ecf id' value='379a9a28a1b4364ab08fec35c84d39cf4995c509'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@kernel.org>2015-04-18 22:34:38 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-04-29 10:37:46 -0300
commit379a9a28a1b4364ab08fec35c84d39cf4995c509 (patch)
treea87329e28af3f861c393410e85e2b4b75c53bd1e /tools/Makefile
parentd3542436c9a8d114bf81c0742e67ff8ce8be9324 (diff)
tools build: No need to make libapi for perf explicitly
The perf build handles its dependencies by itself. Also renaming libapi libapikfs to libapi as it got changed just recently. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Borislav Petkov <bp@suse.de> Cc: Brian Norris <computersforpeace@gmail.com> Cc: David Ahern <dsahern@gmail.com> Cc: David Howells <dhowells@redhat.com> Cc: Michal Marek <mmarek@suse.cz> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: linux-kbuild@vger.kernel.org Link: http://lkml.kernel.org/r/1429389280-18720-2-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/Makefile')