summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-13 16:36:06 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-10 12:24:01 +0200
commit0861c5fb51017e0dec2359c456c924d6c82a9719 (patch)
tree79da2333d4267b049b459ef5178988db8de01301
parentf7c6f06c505377b755e3f63bd669672a47e531b9 (diff)
Also build bootloader
Gbp-Pq: Name 03_also_build_bootloader.patch
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index f600529..247b9e4 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -19,7 +19,7 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
-DIRS = blinky bluetooth_rxtx cc2400_test clock_test usb_test assembly_test
+DIRS = blinky bluetooth_rxtx cc2400_test clock_test usb_test assembly_test bootloader
all: $(DIRS)