mirror of
https://github.com/AlexisTM/RT-WiFi.git
synced 2024-12-18 13:26:49 +00:00
11 lines
176 B
Makefile
11 lines
176 B
Makefile
-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
|