mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
qca-swiss-army-knife: only depend on ath9k header files if ATHEROS is unset
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
1430882157
commit
b134891b04
1 changed files with 2 additions and 0 deletions
|
|
@ -36,7 +36,9 @@ ATH9K_HEADERS = \
|
|||
ar9580-1p0:ar9580_1p0_initvals.h \
|
||||
ar9462-2p0:ar9462_2p0_initvals.h
|
||||
|
||||
ifndef ATHEROS
|
||||
ATH9K_DEPS := $(foreach header,$(ATH9K_HEADERS),$(word 2,$(subst :, ,$(header))))
|
||||
endif
|
||||
|
||||
SOURCES:=initvals.c sha1.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue