mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-21 06:33: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
|