1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/Makefile
Zakaria Kasmi 24a35b573a updated Makefiles for MSB-A2 and AVSEXTREM
* updated Makefilde dep, add the gpioint dependency to use cc110x on MSBA2
board
* updated CFLAGS Variable
2013-09-30 17:13:19 +02:00

6 lines
65 B
Makefile

all:
"$(MAKE)" -C $(BOARD)
clean:
"$(MAKE)" -C $(BOARD) clean