diff options
Diffstat (limited to 'payloads/libpayload/gdb/Makefile.mk')
-rw-r--r-- | payloads/libpayload/gdb/Makefile.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/payloads/libpayload/gdb/Makefile.mk b/payloads/libpayload/gdb/Makefile.mk new file mode 100644 index 0000000000..60e18bcb01 --- /dev/null +++ b/payloads/libpayload/gdb/Makefile.mk @@ -0,0 +1,16 @@ +## +## Copyright 2014 Google Inc. +## +## This program is free software; you can redistribute it and/or +## modify it under the terms of the GNU General Public License as +## published by the Free Software Foundation; either version 2 of +## the License, or (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but without any warranty; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. + +libgdb-y += commands.c +libgdb-y += stub.c +libgdb-y += transport.c |