diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-05-20 17:52:01 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-05-20 17:52:01 +0200 |
commit | 3e51eabb1cb8ca35fa350c68fc4fddedc85daa84 (patch) | |
tree | af7b22f3851f673cfd0e5cdf2310800c1e68c1e8 /src/user/app/led/Makefile | |
parent | 868c136fd4515a0497d362b11ca2cf99f28a4f4a (diff) | |
download | TCE-3e51eabb1cb8ca35fa350c68fc4fddedc85daa84.tar.gz TCE-3e51eabb1cb8ca35fa350c68fc4fddedc85daa84.zip |
Minor modificiations ; added a simple Line EDitor.
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 |