diff options
Diffstat (limited to 'src/user/init/Makefile')
-rw-r--r-- | src/user/init/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/init/Makefile b/src/user/init/Makefile new file mode 100644 index 0000000..286de06 --- /dev/null +++ b/src/user/init/Makefile @@ -0,0 +1,6 @@ +Obj = main.o +Out = init.elf + +include $(SrcPath)/user/app_common.make + +LDFLAGS += -Map test.map |