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