mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
24a35b573a
* 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
|