mirror of
https://github.com/AlexisTM/RT-WiFi.git
synced 2024-12-18 21:28:07 +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
|