From 30b8e13581a2053e59cbeeb05bf6ab20457ff873 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 5 Jul 2020 02:23:45 +0000 Subject: [PATCH] fcst/Makefile_in-tree: Remove this file since it has been renamed into fcst/Kbuild git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9041 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/Makefile_in-tree | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 fcst/Makefile_in-tree diff --git a/fcst/Makefile_in-tree b/fcst/Makefile_in-tree deleted file mode 100644 index 1954f60a5..000000000 --- a/fcst/Makefile_in-tree +++ /dev/null @@ -1,10 +0,0 @@ -KBUILD_EXTRA_SYMBOLS=$(src)/../scst/src/Module.symvers -ccflags-y += -I$(src)/../scst/include - -obj-$(CONFIG_FCST) += fcst.o - -fcst-objs := \ - ft_cmd.o \ - ft_io.o \ - ft_scst.o \ - ft_sess.o