diff options
Diffstat (limited to 'src/user/app/yosh/Makefile')
-rw-r--r-- | src/user/app/yosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/yosh/Makefile b/src/user/app/yosh/Makefile index bf55ce1..759531e 100644 --- a/src/user/app/yosh/Makefile +++ b/src/user/app/yosh/Makefile @@ -1,6 +1,6 @@ Obj = main.o Out = yosh.elf -include $(SrcPath)/user/app/fwik.make +include $(SrcPath)/user/app/common.make LDFLAGS += -Map yosh.map |