blob: a848b37ed64bbbe05b0bc29651af4fd2f6e72ba3 [file] [log] [blame]
-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