summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Leech <cleech@redhat.com>2018-01-16 16:41:31 -0800
committerChris Leech <cleech@redhat.com>2018-01-16 17:02:52 -0800
commite3750e4a38d6e6a3b3e699dad990dee1103f5a68 (patch)
treee1ec0ffeefb82ef0c7e419ab9b1f78560d56652f /Makefile
parentc6ae303c2cdd34157dfc3a6dface0a7179e0d401 (diff)
downloadopen-iscsi-e3750e4a38d6e6a3b3e699dad990dee1103f5a68.tar.gz
delete old kernel code
The out of tree kernel code in this repo has not been maintained for a very long time. We're only maintaining the user-space tools here, the kernel side is in the Linux kernel.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index c8cd00e..9d56a10 100644
--- a/Makefile
+++ b/Makefile
@@ -59,15 +59,6 @@ iscsiuio/Makefile: iscsiuio/configure iscsiuio/Makefile.in
iscsiuio/configure iscsiuio/Makefile.in: iscsiuio/configure.ac iscsiuio/Makefile.am
cd iscsiuio; autoreconf --install
-kernel: force
- $(MAKE) -C kernel
- @echo "Kernel Compilation complete Output file"
- @echo "----------------------------------- ----------------"
- @echo "Built iSCSI Open Interface module: kernel/scsi_transport_iscsi.ko"
- @echo "Built iSCSI library module: kernel/libiscsi.ko"
- @echo "Built iSCSI over TCP library module: kernel/libiscsi_tcp.ko"
- @echo "Built iSCSI over TCP kernel module: kernel/iscsi_tcp.ko"
-
force: ;
clean:
@@ -75,7 +66,6 @@ clean:
$(MAKE) -C utils/fwparam_ibft clean
$(MAKE) -C utils clean
$(MAKE) -C usr clean
- $(MAKE) -C kernel clean
[ ! -f iscsiuio/Makefile ] || $(MAKE) -C iscsiuio clean
[ ! -f iscsiuio/Makefile ] || $(MAKE) -C iscsiuio distclean
@@ -84,7 +74,7 @@ clean:
# note that make may still execute the blocks in parallel
.NOTPARALLEL: install_user install_programs install_initd \
install_initd_suse install_initd_redhat install_initd_debian \
- install_etc install_iface install_doc install_kernel install_iname
+ install_etc install_iface install_doc install_iname
install: install_programs install_doc install_etc \
install_initd install_iname install_iface
@@ -139,9 +129,6 @@ install_doc: $(MANPAGES)
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
$(INSTALL) -m 644 $^ $(DESTDIR)$(mandir)/man8
-install_kernel:
- $(MAKE) -C kernel install_kernel
-
install_iname:
if [ ! -f $(DESTDIR)/etc/iscsi/initiatorname.iscsi ]; then \
echo "InitiatorName=`$(DESTDIR)/sbin/iscsi-iname`" > $(DESTDIR)/etc/iscsi/initiatorname.iscsi ; \