From 043972850abdb17db00d58dc369045426f2c291f Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Sat, 10 Oct 2020 21:51:37 +0800 Subject: [PATCH] Makefile: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48a9188..dff3815 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ ASFLAGS += -MMD $(INCFLAGS) ## 4. Arch-Specific Configurations -### Paste in arch-specific configurations (e.g., from `am/arch/x86_64-qemu.mk`) +### Paste in arch-specific configurations (e.g., from `scripts/x86_64-qemu.mk`) -include $(AM_HOME)/scripts/$(ARCH).mk ## 5. Compilation Rules