From bf4630076762d9c20c16c80c1c791f352b046dd1 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 30 Jun 2014 22:10:16 -0500 Subject: Port FFS tools over from Building Block repository. --- fcp/x86/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fcp/x86/Makefile (limited to 'fcp/x86/Makefile') diff --git a/fcp/x86/Makefile b/fcp/x86/Makefile new file mode 100644 index 0000000..2a5a240 --- /dev/null +++ b/fcp/x86/Makefile @@ -0,0 +1,7 @@ +DEPTH = .. + +ARCH=x86 +FCP_INSTALL = $(INST_USR_X86) +FCP_INSTALL_TEST = $(INST_TESTS_X86) + +include ../Rules.mk -- cgit v1.2.1