mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-19 05:48:13 +00:00
11 lines
176 B
Makefile
Executable File
11 lines
176 B
Makefile
Executable File
-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
|