diff options
Diffstat (limited to 'target/wag54g/Makefile')
-rw-r--r-- | target/wag54g/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/wag54g/Makefile b/target/wag54g/Makefile index 78f88111c..0a864ad4c 100644 --- a/target/wag54g/Makefile +++ b/target/wag54g/Makefile @@ -25,7 +25,7 @@ kernel-install: tools-compile $(LINUX_DIR)/vmlinux.tmp PATH='${TARGET_PATH}' \ addpattern -p WA21 -i $(LINUX_DIR)/vmlinux.tmp \ - -o $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel + -o $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel ifeq ($(FS),squashfs) imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSSQUASHFS) |