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. --- fpart/x86/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fpart/x86/Makefile (limited to 'fpart/x86/Makefile') diff --git a/fpart/x86/Makefile b/fpart/x86/Makefile new file mode 100644 index 0000000..9ce2196 --- /dev/null +++ b/fpart/x86/Makefile @@ -0,0 +1,7 @@ +DEPTH = .. + +ARCH=x86 +FPART_INSTALL = $(INST_USR_X86) +FPART_INSTALL_TEST = $(INST_TESTS_X86) + +include ../Rules.mk -- cgit v1.2.1