Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> --- Makefile | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index f7fa59f..facbd2a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,13 @@ ATHEROS_DEPS += \ ar9300_osprey22.ini endif -initvals: ar5008_initvals.h ar9001_initvals.h ar9002_initvals.h ar9003_2p2_initvals.h $(ATHEROS_DEPS) initvals.c +ATH9K_DEPS += \ + ar5008_initvals.h \ + ar9001_initvals.h \ + ar9002_initvals.h \ + ar9003_2p2_initvals.h + +initvals: $(ATH9K_DEPS) $(ATHEROS_DEPS) initvals.c gcc $(CFLAGS) -o $@ $@.c all: initvals -- 1.7.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html