summaryrefslogtreecommitdiff
path: root/backport/Makefile.build
diff options
context:
space:
mode:
Diffstat (limited to 'backport/Makefile.build')
-rw-r--r--backport/Makefile.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/backport/Makefile.build b/backport/Makefile.build
deleted file mode 100644
index a848b37e..00000000
--- a/backport/Makefile.build
+++ /dev/null
@@ -1,10 +0,0 @@
--include .config
-export
-
-.PHONY: modules
-modules:
- @$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_DIR) modules
-
-.PHONY: clean
-clean:
- @$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_DIR) clean