stash
This commit is contained in:
parent
94bdb71820
commit
c4c414ebd3
57 changed files with 49795 additions and 3 deletions
17
peripherals/cc48x6/Makefile
Normal file
17
peripherals/cc48x6/Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.PHONY: firmware bootloader flash
|
||||
|
||||
all: firmware bootloader
|
||||
|
||||
firmware:
|
||||
+@make -C firmware all
|
||||
|
||||
bootloader:
|
||||
+@make -C bootloader all
|
||||
|
||||
flash: firmware bootloader
|
||||
@make -C bootloader flash
|
||||
@make -C firmware flash
|
||||
|
||||
clean:
|
||||
+@make -C firmware clean
|
||||
+@make -C bootloader clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue