mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-01-04 13:04:37 +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
|