mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
* updated Makefilde dep, add the gpioint dependency to use cc110x on MSBA2 board * updated CFLAGS Variable
6 lines
65 B
Makefile
6 lines
65 B
Makefile
all:
|
|
"$(MAKE)" -C $(BOARD)
|
|
|
|
clean:
|
|
"$(MAKE)" -C $(BOARD) clean
|