11 lines
176 B
Makefile
Raw Permalink Normal View History

2016-09-26 15:44:25 +02:00
-include .config
export
.PHONY: modules
modules:
@$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_PWD) modules
.PHONY: clean
clean:
@$(MAKE) -C $(KLIB_BUILD) M=$(BACKPORT_PWD) clean