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