X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fimage%2FMakefile;h=f4c0c1e3a51edb2beede646edc5888194ed8046d;hp=34dd81961032203dfd4bbca5ba14a3082b80fece;hb=0e81968ee8def1d477f12d1eeb63f485c551463e;hpb=fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2 diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile index 34dd819610..f4c0c1e3a5 100644 --- a/target/linux/ath79/image/Makefile +++ b/target/linux/ath79/image/Makefile @@ -71,6 +71,9 @@ include ./generic.mk include ./generic-tp-link.mk include ./generic-ubnt.mk endif +ifeq ($(SUBTARGET),nand) +include ./nand.mk +endif ifeq ($(SUBTARGET),tiny) include ./tiny-tp-link.mk endif